Package Details: google-chrome 131.0.6778.85-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: 2246
Popularity: 8.96
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-11-19 19:19 (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 .. 39 40 41 42 43 44 45 46 47 48 49 .. 157 Next › Last »

Det commented on 2018-11-24 12:37 (UTC)

Good-bye, friends.

I've left Arch a long time ago, and now I'm leaving these too.

To you.

ptkdev commented on 2018-11-18 00:21 (UTC)

Don't work Widevine plugin in latest version, example: netflix video crash.

yinnx commented on 2018-11-12 17:18 (UTC)

I have error: [2399:2399:1112/180141.800601:ERROR:input_method_base.cc(146)] Not implemented reached in virtual ui::InputMethodKeyboardController *ui::InputMethodBase::GetInputMethodKeyboardController()Using InputMethodKeyboardControllerStub

Error shows up when i interact with chrome ui and it lags for a second (opening menu or typing to address bar).

dschaefer79 commented on 2018-11-12 08:19 (UTC)

The Problem is gone again. lol

dschaefer79 commented on 2018-11-07 17:38 (UTC)

@spsf64 The problem appears again.

dschaefer79 commented on 2018-11-07 16:13 (UTC)

@spsf64 Installed with yaourt -S ice-ssb, it has solved my issue. Thanks.

Det commented on 2018-11-07 12:06 (UTC) (edited on 2018-11-07 12:11 (UTC) by Det)

Okay, guess they changed the format. I don't use Arch anymore, just update my remaining packages through Cygwin.

I can still check things like this also. I don't know at which point I drop my remainders, but just ping me about https://aur.archlinux.org/packages/?K=Det&SeB=M and we'll talk about it.

navarroaxel commented on 2018-11-07 11:44 (UTC) (edited on 2018-11-07 11:45 (UTC) by navarroaxel)

Looks like the AWK expression on

$ curl -sL https://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/other.xml.gz | gzip -df | awk -F\" '/pkgid/{ sub(".*-","",$4); print $4": "$10 }'

is not working anymore. I don't know why.