Package Details: google-chrome-beta 132.0.6834.15-1

Git Clone URL: https://aur.archlinux.org/google-chrome-beta.git (read-only, click to copy)
Package Base: google-chrome-beta
Description: The popular web browser by Google (Beta Channel)
Upstream URL: https://www.google.com/chrome
Keywords: chromium
Licenses: custom:chrome
Provides: google-chrome
Submitter: None
Maintainer: gromit
Last Packager: gromit
Votes: 357
Popularity: 1.08
First Submitted: 2009-12-08 19:09 (UTC)
Last Updated: 2024-11-20 23:40 (UTC)

Dependencies (12)

Required by (41)

Sources (3)

Pinned Comments

gromit commented on 2023-11-30 17:09 (UTC)

When reporting this package as outdated make sure there is indeed a new version for Linux Desktop. You can have a look at the "Beta updates" tag in Release blog for this.

You can also run this command to obtain the version string for the latest chrome beta version:

$ curl -sSf https://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages | \
     grep -A1 "Package: google-chrome-beta" | \
     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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 27 Next › Last »

pallegro commented on 2012-07-10 05:55 (UTC)

_verbld=21.0.1180.15-144745

mango commented on 2012-06-26 20:30 (UTC)

fixed PKGBUILD http://pastebin.com/C8zTTAfc

kicka commented on 2012-06-25 06:49 (UTC)

not working.It seems a link error to the google-chrome-beta source files.

nitrix commented on 2012-06-21 02:40 (UTC)

404 not found

t3ddy commented on 2012-06-02 14:07 (UTC)

I've added the workaround to the pkgbuild. You can remove the simlink to keep the system cleaner.

<deleted-account> commented on 2012-06-02 13:51 (UTC)

Fix for udevlib error: ln -sf /usr/lib/libudev.so.1.0.1 /usr/lib/libudev.so.0

wolfjb commented on 2012-06-02 03:50 (UTC)

Just updated google-chrome-beta after taking the update for systemd to replace udev, now google-chrome won't start. It gives the error /usr/bin/google-chrome: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory.

<deleted-account> commented on 2012-04-26 01:55 (UTC)

Got a fix for the PKGBUILD. Here's the diff PKGBUILD.new< >PKGBUILD.old 23c23 < md5sums=('eff59526737ea727a85d69006c184c61') --- > md5sums=('f885d6a92f6e5516ee27bc354d92e075') 26c26 < md5sums=('e89e489afbf3599c7b32c336c1c6b27d') --- > md5sums=('e1627a472f234672bc96552b4d124ace') 30c30 < source=("http://dl.google.com/linux/direct/google-chrome-stable_current_${_arch}.rpm") --- > source=("http://dl.google.com/linux/chrome/rpm/stable/${_arch}/google-chrome-${_channel}-${_verbld}.${_arch}.rpm")

Det commented on 2012-04-19 11:41 (UTC)

It's funny how you people always keep on doing that.

benoliver999 commented on 2012-04-14 11:27 (UTC)

Just dropping in to say I'm getting a 404 on the 64 bit version too.