Package Details: google-chrome 137.0.7151.55-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: 2280
Popularity: 11.69
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2025-05-27 18: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 .. 120 121 122 123 124 125 126 127 128 129 130 .. 159 Next › Last »

<deleted-account> commented on 2013-06-22 13:03 (UTC)

The url format has also changed to: "https://dl.google.com/linux/direct/google-chrome-${_channel}_current_${_arch}.rpm"

<deleted-account> commented on 2013-06-22 13:03 (UTC)

The url format has also changed to: "https://dl.google.com/linux/direct/google-chrome-${_channel}_current_${_arch}}.rpm"

<deleted-account> commented on 2013-06-22 13:02 (UTC)

The url format has also changed to: "https://dl.google.com/linux/direct/google-chrome-${_channel}_current}${_arch}}.rpm"

donniezazen commented on 2013-06-20 15:10 (UTC)

@Imaulle https://code.google.com/p/chromium/issues/detail?id=239048

<deleted-account> commented on 2013-06-20 13:37 (UTC)

anyone else getting libpeerconnection.log in home folder now on 28.0.1500.45? that doesn't seem right...

Det commented on 2013-06-19 20:33 (UTC)

Pacman has lots of hacks and it destroys binaries.

<deleted-account> commented on 2013-06-19 20:22 (UTC)

Why are there no zombie processes on other distro's ? Something in Arch has to interfere with Chrome...

<deleted-account> commented on 2013-06-19 17:06 (UTC)

still get zombie processes on 28.0.1500.45-205727 with nvidia driver. back to nouveau driver :(

<deleted-account> commented on 2013-06-19 14:27 (UTC)

The new version is 28.0.1500.45-205727 and the md5 sum for x86_64 is 7d2d46378af0f4a2e10a1ece957bd20a for anyone that wants to manually change the PKGBUILD manually until it gets changed.

ruario commented on 2013-06-18 08:31 (UTC)

@colinkeenan: Because there is a new version (28.0.1500.45-205727). Here is an easy way to find out what the current version is: curl -s https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm | head -c96 | strings