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.15
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 .. 134 135 136 137 138 139 140 141 142 143 144 .. 157 Next › Last »

tancrackers commented on 2012-08-12 02:02 (UTC)

Why not use the .deb packages instead? Isn't chrome optimized mostly for Ubuntu anyways?

Det commented on 2012-08-11 16:17 (UTC)

Yeah, as already stated.

crimsonknave commented on 2012-08-11 14:57 (UTC)

DL URL that I could find that worked was https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm which worked with the checksum forbidden404 posted (for x86_64)

Det commented on 2012-08-09 16:36 (UTC)

It changes on every new build. That's just the general one to which I assume the latest one is linked to.

<deleted-account> commented on 2012-08-09 15:23 (UTC)

The url changed, I've edited the PKGBUILD if [ "$CARCH" = "i686" ]; then _arch='i386' md5sums=('860ac2e244b5e096f3896bc05109cda6 ') elif [ "$CARCH" = "x86_64" ]; then _arch='x86_64' md5sums=('1c9b94721563eaf3e6da03978597c404') fi source=("http://dl.google.com/linux/direct/google-chrome-${_channel}_current_${_arch}.rpm")

<deleted-account> commented on 2012-08-01 01:38 (UTC)

I tried to update my chrome today and it was out of date. What happened? All the Google Chrome versions are marked as out of date.

Det commented on 2012-07-22 11:47 (UTC)

And so you figure 10 bytes is the way to go then? If Chrome uses too much space, you can clear your cache more often. If you actually want to limit its usage you can do that as well, but I wouldn't appreciate having that shoved into the package by default. E: Well, actually I don't even use the .desktop so as long as these things stay away from the launcher/symlink in /usr/bin, I don't really care.