Package Details: google-chrome 131.0.6778.69-1

Git Clone URL: https://aur.archlinux.org/google-chrome.git (read-only, click to copy)
Package Base: google-chrome
Description: The popular web browser by Google (Stable Channel)
Upstream URL: https://www.google.com/chrome
Keywords: chromium
Licenses: custom:chrome
Submitter: None
Maintainer: gromit
Last Packager: gromit
Votes: 2244
Popularity: 7.52
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-11-12 20:25 (UTC)

Dependencies (12)

Sources (3)

Pinned Comments

gromit commented on 2023-04-15 08:22 (UTC) (edited on 2023-05-08 21:42 (UTC) by gromit)

When reporting this package as outdated make sure there is indeed a new version for Linux Desktop. You can have a look at the "Stable updates" tag in Release blog for this.

You can also run this command to obtain the version string for the latest chrome version:

$ curl -sSf https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | \
     grep -A1 "Package: google-chrome-stable" | \
     awk '/Version/{print $2}' | \
     cut -d '-' -f1

Do not report updates for ChromeOS, Android or other platforms stable versions as updates here.

Latest Comments

« First ‹ Previous 1 .. 113 114 115 116 117 118 119 120 121 122 123 .. 157 Next › Last »

nhasian commented on 2013-12-06 04:53 (UTC)

@reed1 I imagine some links were broken due to the name of the application changing from google-chrome to google-chrome-stable.

tarkin88 commented on 2013-12-04 20:04 (UTC)

Here a PKGBUILD, works for me http://pastebin.com/hJm8zX0Q Just change the source chrome link and md5sum

na12 commented on 2013-12-04 15:20 (UTC)

I get "[1204/160811:ERROR:nacl_helper_linux.cc(233)] NaCl helper process running without a sandbox! Most likely you need to configure your SUID sandbox correctly" error and chrome then crash.

a1russell commented on 2013-12-04 01:36 (UTC)

eula_text checksum is failing.

reed1 commented on 2013-12-03 09:35 (UTC)

Anyone notice the shorcut isn't working anymore on KDE's task manager ? http://i.imgur.com/sXd2Rac.png

magicalChicken commented on 2013-11-25 18:08 (UTC)

Could you please add libxtst to the dependencies, chrome crashes without it.

Det commented on 2013-11-25 08:44 (UTC)

Did you also notice the first comment from top?

mumbel commented on 2013-11-25 04:09 (UTC)

Does "google-chrome" exist in PATH currently? Right now I only have "google-chrome-stable" or is my PATH not including everything it should? Just noticed this when trying to set default browser.

Det commented on 2013-11-17 17:24 (UTC)

Just came here to say that now that the "Google Chrome Introduction Book" (http://www.google.com/googlebooks/chrome/) is becoming increasingly outdated the official Chromium blog is still here to keep you pretty damn interested in what they're doing to their project and the modern internet as a whole: http://blog.chromium.org/. I've also updated the Stable and Beta channel packages' .install files to also notify about the newly added -stable/-beta suffixes in the /usr/bin/ symlinks.