Installing Google Chrome in Ubuntu 14.04 is very simple. You only need to download and install the Deb installation package on the Chrome website. Of course, you can also use APT Package Manager to install Google Chrome. If you want to use APT Package Manager to install Google Chrome, this article will introduce these two methods.
Currently, Google Chrome in Linux has three versions: stable version, Beta version, and Unstable version ). Among them, Beta is relatively stable, and the latest functions will first appear in the Unstable version. After a test, it will appear in the Beta version. The disadvantage is that the Unstable version is updated frequently, stability is not as good as Beta.
If you are pursuing stability, it is best to choose a stable version. If you want to try new features and pursue the best performance, we recommend that you install the Unstable version, and it seems to be under Ubuntu, the font display in Unstable Chrome is also better than that in Beta.
Recommended reading:
Download, install, and configure Ubuntu 14.04
Ubuntu 14.04 system:
Ubuntu 14.04 text tutorial on hard drive installation in Windows 7
Log on to Google Chrome with your Google account to save your personalized browser features to the network and access them from any computer through Google Chrome. The system will automatically log on to your favorite Google service.
1. download and install the deb package in Google Chrome.
Download google chrome for ubuntu from terminal with the following command:
Open the Ubuntu terminal. The following is a 32-bit version and use the following command.
Wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
The 64-bit version is as follows. Use the following command.
Wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
After downloading
32-bit installation command:
Sudo dpkg-I google-chrome-stable_current_i386.deb
64-bit installation command:
Sudo dpkg-I google-chrome-stable_current_amd64.deb
For more details, please continue to read the highlights on the next page: