Package Details: google-chrome 135.0.7049.114-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: 7.66
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2025-04-23 01:13 (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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 158 Next › Last »

metabee commented on 2022-01-08 19:15 (UTC) (edited on 2022-01-08 21:19 (UTC) by metabee)

This package doesn't allow to use chrome apps as separate apps. I instead built the .deb chrome install from the chrome official webpage using pacaur to install yay, yay to install debtap and debtap to install chrome.

sudo pacman -S pacaur

pacaur -S yay

yay -S debtap

debtap -u

cd <<<<<<<FILE WHERE THE CHROME INSTALL WAS DOWNLOADED>>>>>>

debtap <<<<<<<NAME OF THE CHROME FILE.DEB>>>>>>>

sudo pacman -U <<<<<NAME OF THE FILE BUILT BY DEBPTAP>>>>>>>

now I can use chrome desktop apps

cytomax55 commented on 2022-01-08 17:35 (UTC)

Cant move tabs around and cant move around bookmarks after the last update

Fraxinas commented on 2022-01-08 10:46 (UTC)

I experienced the same problem, not being able to drag around tabs anymore with 97.0.4692.71. Rolling back to chromium-96.0.4664.93 fixed to for me, too.

vdwijngaert commented on 2022-01-07 10:07 (UTC)

The issue related to dragging things has been fixed in canary, it is tracked in https://bugs.chromium.org/p/chromium/issues/detail?id=1279532.

ozmartian commented on 2022-01-07 02:29 (UTC)

Having tab bug w/ Chrome 97 too as well as mouse cursor no longer hiding in fullscreen video mode.

GameKing505 commented on 2022-01-06 15:07 (UTC)

@leddy231 I am having the same problem with version 97.0.4692.71 - as soon as I drag a tab 1 pixel it pops out into a new window.

microgod commented on 2022-01-05 20:06 (UTC)

@leddy231 I have the same problem with moving tabs around I cant rearrange tabs or merge them, downgrading from v97.0.4692.71 to v96.0.4664.110 fixed the problem.