|
Install Google Chrome browser in Ubuntu 14.04 is very simple, just go to the Chrome download site Deb installation package and can be installed. Of course, you can also use the APT package manager to install the Google Chrome browser, if you want to use the APT package manager to install Google Chrome browser, then, this article describes both methods.
Google Chrome is currently under Linux there are three versions, stable version, Beta (Beta) and Unstable (unstable version, that is, Dev Edition). Wherein Beta is relatively stable, but the latest feature will first appear in Unstable version, after a period of testing appear in Beta version, the disadvantage is Unstable updated more frequently, stability is not as Beta version.
If you are seeking stable, the best choice for stable version version, if you like to try new features and to pursue the best performance, we recommend the installation Unstable version, but it seems in Ubuntu, Unstable version of the Chrome in the font display is also good-looking than the Beta some.
Using your Google Account login Google Chrome, you can save your personalized browser features to the web and access them from any computer through Google Chrome. The system will automatically log you in to your favorite Google services.
First, through direct download and install Google Chrome browser deb package.
Ubuntu open a terminal, the following 32-bit version, use the following command.
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
Here is the 64-bit version, use the following command.
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
After downloading
32 installation command:
sudo dpkg -i google-chrome-stable_current_i386.deb
64 installation command:
sudo dpkg -i google-chrome-stable_current_amd64.deb
Second, add the PPA Google Chrome
Install Google Chrome browser official PPA, open a terminal and run the following command to download the signature key:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt-get update
Ubuntu 14.04 LTS installed Google Chrome browser
sudo apt-get install google-chrome
Install Google Chrome unstable version:
sudo apt-get install google-chrome-beta
Install Google Chrome beta version:
sudo apt-get install google-chrome-unstable
I hope this tutorial will help you. |
|
|
|