Package Details: google-chrome-dev 132.0.6793.2-1

Git Clone URL: https://aur.archlinux.org/google-chrome-dev.git (read-only, click to copy)
Package Base: google-chrome-dev
Description: The popular web browser by Google (Dev Channel)
Upstream URL: https://www.google.com/chrome
Keywords: chromium
Licenses: custom:chrome
Provides: google-chrome
Submitter: None
Maintainer: gromit
Last Packager: gromit
Votes: 653
Popularity: 1.32
First Submitted: 2009-06-05 21:02 (UTC)
Last Updated: 2024-10-24 21:01 (UTC)

Dependencies (12)

Required by (41)

Sources (3)

Pinned Comments

gromit commented on 2023-07-19 17:01 (UTC) (edited on 2023-07-19 17:02 (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 "Dev 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-unstable" | \
     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 .. 27 28 29 30 31 32 33 34 35 36 37 .. 91 Next › Last »

Det commented on 2014-01-08 15:33 (UTC)

Because I'm a fool!

danyf90 commented on 2014-01-08 13:20 (UTC)

why is the line "# [ "$CARCH" = 'x86_64' ] && _arch=amd64" commented out? on 64 bit system it downloads the 32 bit version and the checksum fails

jnbek commented on 2013-12-27 04:56 (UTC)

Wow Det, removing all the files in /etc/ is hard to recover from >_< nice unix-fu!!

colinkeenan commented on 2013-12-26 22:34 (UTC)

Thanks Det, I deleted libgcrypt.so.11 and what it linked to and re-installed google-chrome-dev. Works!

Det commented on 2013-12-26 13:45 (UTC)

The gcrypt library is now included and is installed even, if the current libgcrypt version is less than 1.6.0-1. This allows for getting the previous libgcrypt.so _before_ upgrading to the new one. It took me a little while to say this, because I managed to remove all of my files in /etc.

Det commented on 2013-12-26 11:13 (UTC)

There have not been any known cases of successful disassembles of the closed-source Google Chrome internet application so far. Indisputably it was provided us by God. Also, instead of downloading the library from a separate location, you can also do a: "pacman -S core/libgcrypt" to download the previous version from the official Arch Linux [core] repository. Anyway, what we can do is to simply have the correct libgcrypt.so.11 installed to /opt/google/chrome(-unstable)/ for now, in case libcgrypt-1.6+ is installed on the machine.

colinkeenan commented on 2013-12-26 06:55 (UTC)

arzeth, Thanks. I don't have the older version in /var/cache... So, I used your dropbox version. I guess that might be better than linking to the Steam version I was already using - at least it's slightly newer. Does anyone know if it's possible to build google-chrome-dev so that it uses libgcrypt.so.20 instead though?

arzeth commented on 2013-12-26 02:55 (UTC)

colinkeenan, take this libgcrypt.so.11.8.2 from previous libgcrypt: wget https://www.dropbox.com/s/02eiwajzbwofs9c/libgcrypt.so.11.8.2 -O /usr/lib/libgcrypt.so.11.8.2 ln -sT /usr/lib/libgcrypt.so.11.8.2 /usr/lib/libgcrypt.so.11 or... pacman -U /var/cache/pacman/pkg/libgcrypt-1.5.3-1-x86_64.pkg.tar.xz cp /usr/lib/libgcrypt.so.11.8.2 /tmp/ pacman -S libgcrypt cp /tmp/libgcrypt.so.11.8.2 /usr/lib/ ln -sT /usr/lib/libgcrypt.so.11.8.2 /usr/lib/libgcrypt.so.11

colinkeenan commented on 2013-12-26 00:16 (UTC)

After today's updates (using testing), google-chrome won't start for me, complaining that it can't find libgcrypt.so.11. That's because I now only have libgcrypt.so.20. In order to get google-chrome to start, I did a symlink to the needed library that I happened to have in Steam: sudo ln -s -T /home/colin/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libgcrypt.so.11.7.0 /usr/lib/libgcrypt.so.11 Now google-chrome starts, but it complains that "The name org.freedesktop.secrets was not provided by any .service files". I don't know if that's related or not. Anyway, I wanted to know if anyone could tell me how to make google-chrome-dev use /usr/lib/libgcrypt.so.20 instead of /usr/lib/libgcrypt.so.11?

Det commented on 2013-12-13 11:08 (UTC)

I know, but that's how they brain-deadedly provided them for us. Anyway, I added a Chmod line.