📜 ⬆️ ⬇️

Google Chrome - Dev changed address (ArchLinux, Debian)

The address of the deb package of Google Chrome for Linux has changed its address.

Example:

Old : dl.google.com/linux/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_6.0.401.1-r47049_amd64.deb
New : dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb
')
Specifically in terms of our PKBUILD for google-chrome-dev, this is what it is:

Old : dl.google.com/linux/deb/pool/main/g/google-chrome-unstable/google-chrome- $ {_ chanswitch} _ $ {pkgver} -r $ {_ revision} _ $ ARCH.deb
New : dl.google.com/linux/direct/google-chrome- $ {_ chanswitch} _current_ $ ARCH.deb

For ArchLinux users (at the time of writing the post), this means that before installing the “google-chrome-dev” package, you need to manually edit the PKGBUILD and replace the old address with the new one. The new address is already entered there, but commented out by grids (see the lines before calling wget and before calling ar).

Jai commented out a new address, because he didn’t earn one of the users (everything went as it should for me, smoothly).
Discussion address on AUR: http://aur.archlinux.org/packages.php?ID=27031

Enjoy your transition to Chrome 6.

Source: https://habr.com/ru/post/94285/


All Articles