Package Details: google-chrome 132.0.6834.159-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: 2258
Popularity: 8.70
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2025-01-28 23: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 .. 125 126 127 128 129 130 131 132 133 134 135 .. 157 Next › Last »

TheWretched commented on 2013-04-01 17:36 (UTC)

Yeah it has been awful lately. When I upgraded to KDE 4.10 + Xorg 1.14 it became disastrous. It's gotten slightly better but still I have to constantly kill it's leftover and zombie processes that build up over time. I went so far as to test it on a fresh user account with the same results. Just awful. So bad I've even resorted to using Firefox a lot more.

kiodo1981 commented on 2013-03-31 13:32 (UTC)

Audio problem. I solved starting with google-chrome %U --audio-buffer-size=2048

<deleted-account> commented on 2013-03-29 11:46 (UTC)

Thanks ! It builds and seems to run properly. I hope the cleanup/repackaging/... for release 26 is the same as for 25. :-)

Det commented on 2013-03-29 08:42 (UTC)

Just use either of these: source=("https://dl.google.com/linux/direct/google-chrome-${_channel}_current_${_arch}.rpm") or (debs: quicker) elif [ "$CARCH" = "x86_64" ]; then _arch='amd64' [...] source=("https://dl.google.com/linux/direct/google-chrome-${_channel}_current_${_arch}.deb") ..and build with "--skipinteg".

<deleted-account> commented on 2013-03-29 08:29 (UTC)

Newbie question: can the current make script be updated with the source & md5 indicated by k2s ?

<deleted-account> commented on 2013-03-28 08:53 (UTC)

Don't know what happens lately, but Chrome is leaking memory big time ! Hope this release resolves this problem.

k2s commented on 2013-03-27 12:33 (UTC)

current 64bit: source=('https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm') md5sums=('76524edb4ce9d3f946c050a48e831437')

Det commented on 2013-03-27 09:26 (UTC)

Yes: http://googlechromereleases.blogspot.fi/2013/03/stable-channel-update_26.html

<deleted-account> commented on 2013-03-27 09:25 (UTC)

Is it possible there was an update recently ?

pwalker commented on 2013-03-22 13:50 (UTC)

I'm not quite sure how to contribute to this, but can you add ttf-google-webfonts in the the optdepends? I know the web will look alright in chrome without it, but I've noticed a few style issues on some sites like github, banks, etc. that were solved by having the appropriate fonts. Checkout http://goo.gl/gbcAu for a comparison.