Package Details: google-chrome 136.0.7103.113-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: 2277
Popularity: 12.19
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2025-05-14 19:12 (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 .. 27 28 29 30 31 32

Det commented on 2010-10-31 13:09 (UTC)

Heh, interestingly the same mistake of using 7.0.517.43 instead of .41 was done in [extra] too (3 days ago). Looks like it was flagged as "out-of-date" shortly after. As for your case, actberw, first off, it's not a crime to use spaces after commas. Seccondly you don't need to worry about installing libjpeg6 despite you already got libjpeg(8). They are installed side-by-side and whatever application uses either libjpeg only uses _that_ one.

<deleted-account> commented on 2010-10-31 12:44 (UTC)

it need libjpeg6,but by default,my arch install libjpeg8,what should I do?

Det commented on 2010-10-25 16:45 (UTC)

Yeah, I already notified x-demon about it. He accidentally checked in "http://googlechromereleases.blogspot.com/" that the latest stable "Google Chrome" would be 7.0.517.43, while that's actually the version number of the latest stable "Google Chrome _Frame_". Chrome is still at 7.0.517.41. I'd also like to see him updating "google-chrome-beta" _even though_ the PKGBUILD is "auto-updating" :s.

<deleted-account> commented on 2010-10-25 12:09 (UTC)

The version number should be adjusted. After all, the latest stable version is 7.0.517.41. But it makes no difference for the installation.

Det commented on 2010-10-21 17:03 (UTC)

A lot of crashes should've been fixed with 7.0.517.41 - did you update the package? You can do this by just redownloading it (the package is auto-updating).

blackdeagle commented on 2010-10-20 18:21 (UTC)

got the same error like nDray. And the crashing issue is VERY annoying, hope it'll get fixed soon =)

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.

<deleted-account> commented on 2010-09-18 14:02 (UTC)

By the way, is there a solution for attached images crash?

Det commented on 2010-09-18 06:32 (UTC)

[extra]'s chromium also depends on bzip and libevent.

<deleted-account> commented on 2010-09-17 23:49 (UTC)

I installed xdg-utils package and now I can make Chrome default browser :) Maybe, you should add it as dependency.

<deleted-account> commented on 2010-09-17 17:52 (UTC)

I can't make Google Chrome my default browser. Any idea?

<deleted-account> commented on 2010-09-10 08:28 (UTC)

Please update browser thanks.

trusktr commented on 2010-08-25 13:59 (UTC)

@WickedOne hmmm, that's strange, mine had everything!

trusktr commented on 2010-08-25 13:58 (UTC)

This package should be moved to the official repos to be along side firefox, etc!

<deleted-account> commented on 2010-06-15 02:54 (UTC)

When i installed this...none of the icons are installed to the system. Also it does not install any menu entries in the gnome menu.

<deleted-account> commented on 2010-06-11 15:42 (UTC)

Is libjpeg6 and libpng12 still needed? Chromium (same version) compiles against the newer versions...

print commented on 2010-05-26 01:40 (UTC)

Here's the official announcement stating that chrome for linux is stable: http://blog.chromium.org/2010/05/google-chrome-for-linux-goes-stable.html

<deleted-account> commented on 2010-05-25 20:28 (UTC)

Not sure if I followed the standard protocol, but Google released a stable version of Chrome and I thought there should be a package specifically for it. I just copied the beta package and changed a few lines.