Package Details: google-chrome 131.0.6778.85-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: 2247
Popularity: 9.18
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-11-19 19:19 (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 »

jpvaldez26 commented on 2019-07-05 01:08 (UTC)

Flash not present on Chrome-Browser-Stable.

bianjp commented on 2019-05-17 02:02 (UTC)

The flash bug has been accepted by Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=949312

By the way, it's quite strange that Chromium still works with flash while Chrome does not.

imwxz commented on 2019-05-12 15:54 (UTC)

+1 flash not work. Temporary solution is to use

google-chrome-stable --no-sandbox

But you may get an ugly warning and may be not safe?

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