Package Details: google-chrome 124.0.6367.155-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: 2223
Popularity: 7.25
First Submitted: 2010-05-25 20:25 (UTC)
Last Updated: 2024-05-07 22:48 (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 2 3 4 5 6 7 8 9 .. 156 Next › Last »

gromit commented on 2024-02-21 11:41 (UTC)

PS: should i remove my previous replies here then if it's not a pkg issue?

No you can leave them as-is, dont worry 🤗

spindyckx commented on 2024-02-21 11:20 (UTC)

@gromit, i switched network to my own hotspot instead of the business owned and now it works as intended, so probably they're doing https interception

@aki42 if i were you i would change network to something that you completely trust to not mess with https and try again, hope it helps!

PS: should i remove my previous replies here then if it's not a pkg issue?

Abdullah commented on 2024-02-21 11:08 (UTC)

I just downloaded and it works flawlessly.

gromit commented on 2024-02-21 11:00 (UTC)

@spindyckx, works on my machine .. Maybe something is messed up with your system time or the root CA store? But also I could imagine that dl.google.com is not the same depending on where you are connecting from, so maybe I'm not getting an error because I'm being connected to a different system.

In any case I think there's not much we could do here, maybe ask for help in debugging this in IRC, the forums and so on!

spindyckx commented on 2024-02-21 10:45 (UTC) (edited on 2024-02-21 10:46 (UTC) by spindyckx)

@gromit this is not only an issue with yay, when manually building the package i get the same error:

curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

this seems to be an issue with dl.google.com as i get the same error when trying with a browser:

on firefox => Error code: SEC_ERROR_UNKNOWN_ISSUER

on chrome => ERR_CERT_AUTHORITY_INVALID

gromit commented on 2024-01-20 12:28 (UTC)

@aki, yes that one seems to be on you. Please note that generally AUR helpers are not supported, check out this for the official description: https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages

aki42 commented on 2024-01-20 12:13 (UTC) (edited on 2024-01-20 12:17 (UTC) by aki42)

I've got the following error. Is it for me or a bug?

yay -S google-chrome                                                                                                                
AUR Explicit (1): google-chrome-120.0.6099.224-1
:: (0/1) Failed to download PKGBUILD: google-chrome
 -> error fetching google-chrome: error: invalid object 100644 3bc963edc436a8a786f5f3200af09ad9efda6601 for 'google-chrome-stable.sh'
Cannot save the current worktree state
fatal: Cannot autostash 
    context: exit status 128

Alborto commented on 2023-12-13 07:39 (UTC)

Hello, i use prime nvidia drivers with dual gpu, discrete and integrated. As default i use the itegrate gpu but Google Chrome use the discrete gpu. How can i make Google Chrome to use the integrate gpu istead of the discrete?

bitflipp commented on 2023-11-22 19:58 (UTC)

Flags in chrome-flags.conf with quotes (--user-agent="Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.1)") are not applied correctly. Instead, multiple tabs are opened ("(compatible;", "msie", "6.0b;", "windows", ...).

kidonng commented on 2023-11-07 06:50 (UTC)

Suggestions for dependency updates:

  • kwallet should be kwallet5 for now
  • Add plasma-browser-integration as optional for integration with KDE
  • Is kdialog still required for KDE file dialogs? At least it's not the case for KDE Wayland session (which uses portal)