Package Details: google-chrome 130.0.6723.116-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: 2243
Popularity: 7.00
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-11-05 19:02 (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 .. 93 94 95 96 97 98 99 100 101 102 103 .. 157 Next › Last »

Det commented on 2014-10-01 05:32 (UTC)

Same as with all the other OS's: https://code.google.com/p/chromium/wiki/ChromiumBrowserVsGoogleChrome

Barry commented on 2014-10-01 03:07 (UTC)

What's the difference between chrome and chromium on Arch?

Det commented on 2014-09-25 11:42 (UTC)

@corvinusz: "The stable channel has been updated to 37.0.2062.124 for _Windows_ and _Mac_." - http://googlechromereleases.blogspot.com/2014/09/stable-channel-update_24.html

capoeira commented on 2014-09-21 13:02 (UTC)

Oh I see. now I just need to convince my bank to stop using it lol

Det commented on 2014-09-21 12:43 (UTC)

No it's not blocked, the whole support for the plugin API is gone.

capoeira commented on 2014-09-21 11:29 (UTC)

i understand that Java is blocked...the thing is, it's not even in chrome://plugins/

Det commented on 2014-09-20 20:09 (UTC)

It (NPAPI support) has been gone from Linux builds since v35: http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html

capoeira commented on 2014-09-20 20:00 (UTC)

for the last 2 builds java doesn't apear anymore in about:plugins.......anyone?

cleanrock commented on 2014-09-12 12:43 (UTC)

PKGBUILD is broken for i686: PKGBUILD: line 28: md5sums[0]: cannot assign list to array member Just remove the (), line should be like this: [[ "$CARCH" = 'i686' ]] && md5sums[0]='fc4fd42aa00222a7df9ad89417f8d219'

x7.0 commented on 2014-09-12 01:46 (UTC)

"an error in package()" may be caused by SSL certificate error in line 44-45 in PKGBUILD, commenting out would help. I wonder if it is possible to put the license out of `package()`, because in China we cannot connect to Google directly without any proxy.