Package Details: google-chrome 135.0.7049.95-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: 2270
Popularity: 8.65
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2025-04-16 07: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 .. 25 26 27 28 29 30 31 32 33 34 35 .. 158 Next › Last »

noabody commented on 2021-07-17 17:53 (UTC) (edited on 2021-07-17 17:57 (UTC) by noabody)

Apparently Google uses a single standard updated URL for the latest Debian version (beta, stable, unstable): https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb

One could 'SKIP' the SHA check and do a blind build with version update like so:

source=("https://dl.google.com/linux/direct/google-chrome-${_channel}_current_amd64.deb")
pkgver() {
  tar -xf control.tar.xz './control' --to-command="grep -Pio '(?<=Version: )[\d\.]+'"
}

rjahanbakhshi commented on 2021-07-16 09:10 (UTC) (edited on 2021-07-16 09:20 (UTC) by rjahanbakhshi)

The Stable channel has been updated to 91.0.4472.164 for Windows, Mac and Linux but it's not picked up by automatic checker for this package. By manually setting pkgver to 91.0.4472.164 in the PKGBUILD the latest version is correctly installed.

yochananmarqos commented on 2021-07-16 01:04 (UTC) (edited on 2021-07-16 01:04 (UTC) by yochananmarqos)

@luzifer: Please match the optdepends() with chromium. libunity is deprecated and no longer builds, FYI.

acro5piano commented on 2021-07-15 02:51 (UTC)

ERROR:network_service_instance_impl.cc(331)] Network service crashed, restarting service.

Same here at systemd 249 (249-2-arch)

Using Chromium for now

Starwalker commented on 2021-07-14 05:49 (UTC)

Google Chrome stopped working after updating systemd to 249-3, the error is:

ERROR:network_service_instance_impl.cc(331)] Network service crashed, restarting service.

Seems like the issue is related to DNS resolving, as browser can still open simple pages if I use IP address.

Downgrading to systemd 248-3 resolves the issue. Meanwhile Chromium works totally fine with systemd 249-3.

NightSky commented on 2021-07-06 00:19 (UTC)

On KDE desktop environment, F11 hotkey for entering in the fullscreen mode and exiting the fullscreen mode isn't working.

Det commented on 2021-06-18 17:37 (UTC)

Man I missed google-chrome 2000 votes.

simontunnat commented on 2021-06-18 14:55 (UTC) (edited on 2021-06-18 15:05 (UTC) by simontunnat)

You are right. It works now.

luzifer commented on 2021-06-18 08:45 (UTC)

@simontunnat: That looks more like a hiccup in the AUR git repo… Just try again…