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 .. 90 91 92 93 94 95 96 97 98 99 100 .. 157 Next › Last »

annhill commented on 2015-01-16 09:24 (UTC)

If I build this in Manjaro (0.8.11), I get the following error: error: target not found: pacman>= 4.2.0 My version of pacman is 4.1.2, how can I fix this?

nogweii commented on 2015-01-13 21:13 (UTC)

the stable channel was updated to 39.0.2171.99. Here are the md5sums: md5sums=('037cef95bea64ffa87e926af59ae117b' 'b7e752f549b215ac77f284b6486794b6')

derrickcope commented on 2015-01-07 04:41 (UTC)

since the last upgrade it keeps freezing up on me. Mainly when I turn on/off the vpn. never happened before.

feighur commented on 2014-12-23 01:39 (UTC)

Even with ttf-dejavu and ttf-liberation installed, I had Chinese characters show up as boxes. Tested on http://zh.wikipedia.org. I had to install ttf-droid to get them to display properly. Perhaps another optional dependency?

rafaelff commented on 2014-12-10 15:18 (UTC)

@grayich: This is related to your configuration in /etc/yaourtrc (or maybe in /etc/makepkg.conf), where you set to store built packages in /var/cache/pacman/pkg/ Set another folder where you can store without needing root permissions, or always provide password. Anyway, this issue is not related to this package, so further issues, ask for help in Arch Linux forums.

Det commented on 2014-12-10 11:50 (UTC)

Nothing at all to do with this package.

Det commented on 2014-12-09 19:34 (UTC)

The servers still offer .71 for Linux: http://googlechromereleases.blogspot.com/2014/12/stable-channel-update.html

Det commented on 2014-11-28 17:45 (UTC)

Yes, it works on a fresh install. About the wrong source, you're probably using a poor AUR tool, or the system really is 64-bit: $ uname -m $ grep CARCH /etc/makepkg.conf

Av4t4r commented on 2014-11-28 17:40 (UTC)

I just did a fresh install with no permission issues. However, I did it on a 32bit system and I had to edit the PKGBUILD because it would otherwise only fetch the 64 bit package. I edited _arch=i386 and updated the MD5 to md5sums=('cc7c7cfcbd9982307b25989814739486' 'b7e752f549b215ac77f284b6486794b6') Thanks for the package tho, hopefully this will get fixed soon.