Package Details: google-chrome 129.0.6668.58-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: 2236
Popularity: 7.34
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-09-17 21:41 (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 .. 150 151 152 153 154 155 156 157 Next › Last »

nDray commented on 2010-10-19 19:15 (UTC)

==> Preparing install `opt/google' -> `/home/ndray/tmp/dev/google-chrome/pkg/opt/google' -> Done preparing! ==> Patching launcher patching file google-chrome Hunk #1 FAILED at 30. 1 out of 1 hunk FAILED -- saving rejects to file google-chrome.rej Aborting...

Det commented on 2010-09-22 14:56 (UTC)

Because the (.)debs this package uses are built for the buggy, Ubuntu favored libjpeg6. There would be no sense in having a old dependency that isn't required by the package - without it there would be no viewing of jpgs with this package at all. We are a bleeding edge distribution and using libjpeg 8. That's why chromium-browser-svn won't crash with (.)jpgs.

<deleted-account> commented on 2010-09-19 19:05 (UTC)

Then what's the reason of crasing while attaching *.jpg files?

Det commented on 2010-09-19 17:26 (UTC)

@elfaimer, libjpeg6 _doesn't_ conflict with [extra]'s libjpeg.

<deleted-account> commented on 2010-09-19 00:51 (UTC)

Yes, I mean .jpg files. I don't want to compile anything else, I use Firefox for that job. It is just annoying.

<deleted-account> commented on 2010-09-18 22:23 (UTC)

samurai, do you mean .jpg files? Apparently, libjpeg6 as chrome dependency conflicts with libjpeg 8.0.2, installed by default. Compiling chromium-browser-svn emerged as solution for me.