Package Details: google-chrome 129.0.6668.58-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: 2236
Popularity: 7.19
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-09-17 21:41 (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 .. 35 36 37 38 39 40 41 42 43 44 45 .. 157 Next › Last »

Oroggs commented on 2019-05-10 15:26 (UTC)

Flash cannot be used after the last version update

bparsons commented on 2019-04-24 12:33 (UTC)

The launcher script /usr/bin/google-chrome-stable in this package mangles flags that contain spaces or quotes. I fixed this but don't know where to submit the fix. Here is a gist with my adjustments:

https://gist.githubusercontent.com/bparsons/eedfebb01b7836f754eba88d36efe5ba/raw/4ea8792910ec8552f70c686ec3bdc675aaa7e2ce/google-chrome-stable

luzifer commented on 2019-04-05 00:03 (UTC)

@kronikpillow like @Det already commented and pinned: In those cases just flag the package outdated...

kronikpillow commented on 2019-04-04 23:55 (UTC)

==> Validating source files with sha512sums... google-chrome-stable_73.0.3683.86_amd64.deb ... FAILED eula_text.html ... Passed google-chrome-stable.sh ... Passed ==> ERROR: One or more files did not pass the validity check!

Det commented on 2019-04-02 01:07 (UTC)

@wingsuit, it's a binary pacakge, and hence mostly why. It was very much voted "trusted", and has +50% usage share in the world, but sure - not in the official repo. Just in Arch it's/used to be crashy, so Chromium, built for Arch, is better.

@jfcandidofilho, it was something like googling the "chrome deb/rpm repo" and prob also the URL in the /etc/cron.daily/ job that gets cleaned up from the package thru the line at the end of the PKGBUILD, which @luz also kept. I quit Arch & Linux, so my memory's a bit fading on these.