Package Details: google-chrome-dev 131.0.6738.0-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: 652
Popularity: 1.33
First Submitted: 2009-06-05 21:02 (UTC)
Last Updated: 2024-09-27 08:09 (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 .. 55 56 57 58 59 60 61 62 63 64 65 .. 91 Next › Last »

Det commented on 2012-01-19 22:01 (UTC)

@hagabaka, you need to use a *patch* for a single line? And you couldn't even use Pastebin?

t3ddy commented on 2012-01-19 21:59 (UTC)

Here unzipping with makepkg also extracts the man page. What tool are you using? I think I'm starting to understand why in chromium the man page is among source files.

hagabaka commented on 2012-01-19 21:27 (UTC)

I'm having the same issue as ravicious ("...google-chrome.1': No such file or directory"). The rpm file only contains google-chrome.1.gz, so unzipping the file in PKGBUILD made it work: --- PKGBUILD.old 2012-01-19 16:26:26.000000000 -0500 +++ PKGBUILD 2012-01-19 16:22:33.000000000 -0500 @@ -40,6 +40,7 @@ ln -sv /opt/google/chrome/google-chrome "$pkgdir/usr/bin/" ln -sv /usr/lib/mozilla/plugins "$pkgdir/opt/google/chrome" mv -v "$pkgdir/opt/google/chrome/google-chrome.desktop" "$pkgdir/usr/share/applications" + gunzip "$srcdir/usr/share/man/man1/google-chrome.1.gz" install -Dm644 "$srcdir/usr/share/man/man1/google-chrome.1" "$pkgdir/usr/share/man/man1/google-chrome.1" mkdir "$pkgdir/opt/google/chrome/lib"

<deleted-account> commented on 2012-01-19 20:33 (UTC)

@ravicious worked fine for me using packer...something must have gone wrong before this...maybe try again with packer or download the pkgbuild and use makepkg

Det commented on 2012-01-19 20:15 (UTC)

Works fine with makepkg/yaourt here.

ravicious commented on 2012-01-19 20:12 (UTC)

==> Actual installation `/tmp/packerbuild-1000/google-chrome-dev/google-chrome-dev/pkg/usr/bin/google-chrome' -> `/opt/google/chrome/google-chrome' `/tmp/packerbuild-1000/google-chrome-dev/google-chrome-dev/pkg/opt/google/chrome/plugins' -> `/usr/lib/mozilla/plugins' `/tmp/packerbuild-1000/google-chrome-dev/google-chrome-dev/pkg/opt/google/chrome/google-chrome.desktop' -> `/tmp/packerbuild-1000/google-chrome-dev/google-chrome-dev/pkg/usr/share/applications/google-chrome.desktop' install: cannot stat `/tmp/packerbuild-1000/google-chrome-dev/google-chrome-dev/src/usr/share/man/man1/google-chrome.1': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... The build failed.

<deleted-account> commented on 2012-01-03 16:49 (UTC)

Important for all KDE-Users: Chrome uses from version 16 on the default KDE-dialogues. Therefore the packages kdebase-kdialog has to be installed. Otherwise Chrome won't show any dialog-box under KDE.

Det commented on 2011-12-16 14:04 (UTC)

A crappy version. Hangs all the time.