Install Google Chrome 63 on Linux

How to Install or Upgrade to Google Chrome 63 on Linux

Debian 8,Debian 9,Ubuntu 16.04,Ubuntu 16.10,Ubuntu 17.04,Ubuntu 7.10,Linux Mint 18

First, open a terminal and run the following command to download the chrome deb package.

linuxidc@linuxidc:~/Desktop/Linuxidc$  wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
--2017-12-08 10:38:34-- https:// dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Resolving host dl.google.com (dl.google.com)... 203.208.40.40, 203.208.40.41, 203.208.40.35, ...
Connecting dl.google.com (dl.google.com)|203.208.40.40|:443... Connected.
HTTP request made, waiting for response... 200 OK
Length: 49564190 (47M) [application/x-debian-package]
Saving to: "google-chrome-stable_current_amd64.deb.1"

google-chrome-stabl 100%[===================>]  47.27M  817KB/s    用时 46s 

2017-12-08 10:39:22 (1.03 MB/s) - Saved "google-chrome-stable_current_amd64.deb" [49564190/49564190])

How to Install Google Chrome 63 on Linux 

Then, install the dependencies.

linuxidc @ linuxidc: ~ / 桌面 / Linuxidc $  sudo apt install libappindicator1 libdbusmenu-glib4 libdbusmenu-gtk4 libindicator7 libpango1.0-0 libpangox-1.0-0

How to Install Google Chrome 63 on Linux

Finally, dpkginstall the chrome deb package using

linuxidc@linuxidc:~/Desktop/Linuxidc$  sudo dpkg -i google-chrome-stable_current_amd64.deb
is checking unselected package google-chrome-stable.
(Reading database... The system currently has a total of 226864 files and directories installed.)
Preparing to unpack google-chrome-stable_current_amd64.deb...
Unpacking google-chrome-stable (63.0.3239.84-1) . ..
setting up google-chrome-stable (63.0.3239.84-1) ...
update-alternatives: use /usr/bin/google-chrome-stable to serve /usr/bin/x-www-browser in automatic mode (x-www-browser)
update-alternatives: use /usr/bin/google-chrome-stable to serve /usr/bin/gnome-www-browser in automatic mode (gnome-www-browser)
update-alternatives: use /usr/bin/google-chrome-stable to serve in auto mode /usr/bin/google-chrome (google-chrome)
is processing triggers for gnome-menus (3.13.3-6ubuntu5)...
in progress Handle triggers for desktop-file-utils (0.23-1ubuntu3)...
Processing triggers for mime-support (3.60ubuntu1)...
processing triggers for man-db (2.7.6.1-2)...
linuxidc@linuxidc:~/desktop/Linuxidc$

How to Install Google Chrome 63 on Linux

You can also use gdebi to automatically handle dependencies when installing local deb packages.

sudo apt install gdebi-core

sudo gdebi google-chrome-stable_current_amd64.deb

Google Chrome will automatically add the source list file in the /etc/apt/sources.list.d/ directory so that you can run the following command next time

sudo apt update

sudo apt upgrade

Google Chrome will be updated when new versions become available in the Chrome Linux repositories.

Fedora 27

First, fire up a terminal window and execute the following command to download the Chrome RPM package.

wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

Then install Chrome 63 using the dnf package manager and it will automatically install the dependencies for you.

sudo dnf install google-chrome-stable_current_x86_64.rpm

When installed on Fedora, Google Chrome will add a repo file under /etc/yum.repos.d/, so execute the update command next time

sudo dnf update

Google Chrome will be updated if a new version is available.

Arch Linux, Manjaro, Apricity OS

Arch Linux-based distributions can install Google Chrome 63 from the AUR repository. First, check out the tutorial on how to configure the Yaourt package manager, then run the following command to install Chrome 63 from the AUR.

yaourt google-chrome

and follow the on-screen instructions. When asked if you want to edit the file, choose NO.

How to Install Google Chrome 63 on Linux

OK! I hope this tutorial helped you install Google Chrome 63 on Linux.

This article permanently updates the link address : http://www.linuxidc.com/Linux/2017-12/149245.htm

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325969393&siteId=291194637