Package Details: google-chrome 131.0.6778.69-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: 2244
Popularity: 7.52
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-11-12 20:25 (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 .. 130 131 132 133 134 135 136 137 138 139 140 .. 157 Next › Last »

<deleted-account> commented on 2012-12-11 01:46 (UTC)

bad md5sums! I corrected it then I got another error: -> Extracting google-chrome-stable-23.0.1271.95-169798.x86_64.rpm with bsdtar ./opt/google/chrome/PepperFlash/libpepflashplayer.so: truncated bzip2 input

dejavu commented on 2012-12-06 12:59 (UTC)

@Qoru: Thanks, enabling the switch "Override software rendering list" did the trick. Seems that my nvidia card was blacklisted recently.

<deleted-account> commented on 2012-12-03 14:17 (UTC)

Is it possible the older versions of chrome can not be downloaded from dl.google.com any more ?

mike.cloaked commented on 2012-11-30 09:52 (UTC)

It works nicely for me for version 23.0.1271.95-1

mike.cloaked commented on 2012-11-29 21:22 (UTC)

Another new version released today (29th November 2012)

<deleted-account> commented on 2012-11-27 19:11 (UTC)

Qoru's solution worked with Nvidia for me.

Det commented on 2012-11-27 18:41 (UTC)

Not with me it is.

<deleted-account> commented on 2012-11-27 18:30 (UTC)

Flash videos are playing but sound is distorted in this version.

<deleted-account> commented on 2012-11-23 19:58 (UTC)

To solve the full screen issue: Go to chrome://flags, then enable "Override software rendering list". This worked for me with the radeon open source driver. Video is also much faster now. I also changed some other settings, like enable WebGL (works fine), etc., but the item mentioned above did it. It worked in Arch 32-bit and 64-bit for me. Other settings which may or may not be related: $ cat /etc/X11/xorg.conf.d/20-radeon.conf Section "Device" Identifier "Radeon" Driver "radeon" Option "AGPMode" "8" Option "ColorTiling" "on" Option "AccelMethod" "EXA" EndSection