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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 158 Next › Last »

Rob_H commented on 2021-09-01 23:22 (UTC)

Earlier 404 error is gone for me now. Likely a problem on Google's side as @covegeary suggested.

miguelangellv commented on 2021-09-01 17:05 (UTC)

Live captions dont work for me.

Any way to enable?

covegeary commented on 2021-09-01 14:06 (UTC)

The URL 404's for me as well, as does https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb. Seems like an issue on Google's side (https://www.reddit.com/r/chrome/comments/pfqt1m/chrome_linux_deb_download_leads_to_http_404_at/).

debohman commented on 2021-09-01 13:18 (UTC)

I had no trouble upgrading to 93.0.4577.63.

luzifer commented on 2021-09-01 13:14 (UTC)

Works for me at this moment:

==> Retrieving sources...
  -> Downloading google-chrome-stable_93.0.4577.63-1_amd64.deb...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 79.0M  100 79.0M    0     0  37.1M      0  0:00:02  0:00:02 --:--:-- 37.1M
  -> Found eula_text.html
  -> Found google-chrome-stable.sh
==> Validating source files with sha512sums...
    google-chrome-stable_93.0.4577.63-1_amd64.deb ... Passed
    eula_text.html ... Passed
    google-chrome-stable.sh ... Passed
==> Removing existing $srcdir/ directory...

Rob_H commented on 2021-09-01 12:53 (UTC)

Getting a 404 error trying to upgrade to the newest release.

curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_93.0.4577.63-1_amd64.deb Aborting...

koshikas commented on 2021-08-28 05:04 (UTC)

so the latest in chrome video acceleration saga is, having merely --enable-features=VaapiVideoDecoder may not be enough. i'm on X11 and to get video acceleration functional, i need addition switch;

--disable-features=UseOzonePlatform.

ozone platform is enabled by default as of late in chrome, and for some reason disables video acceleration atleast on X11.

jfabernathy commented on 2021-08-24 10:14 (UTC) (edited on 2021-08-26 13:14 (UTC) by jfabernathy)

I'm trying to use Chrome to play streaming services videos. I can do Netflix, Amazon Prime Video, but not SlingTV. I can do it on the version of Google Chrome that you get from Google directly as a .deb and install in *buntu linuxes, but not the Arch AUR version. Any ideas what's missing?

This hardware involved is Intel NUC 1165G7 Iris GFX

koshikas commented on 2021-08-07 15:09 (UTC)

@bulletmark, @kamilst96, @Nek.12, @hendry

i had my flags(set by the internal experimental flags) cease to function since 90. i could only enable hardware video acceleration by including flags in the .desktop (~/.local/share/applications/google-chrome.desktop) entry file under every Exec key;

Exec=/usr/bin/google-chrome-stable %U --enable-features=VaapiVideoDecoder

i suggest you try with your relevant flags

hendry commented on 2021-08-07 12:55 (UTC)

Video decode with vulkan on my T14s AMD GPU also doesn't work :/

https://s.natalian.org/2021-08-07/vulkan-disabled.png