1. Install the. deb file
To install chrome, for example:
(1) to the official website to download the corresponding version of the Chrome browser, such as Google-chrome-stable_current_i386.deb;
(2) Ctrl+alt+t open terminal, into the directory of the Deb file (the default "Downloads", the Chinese Operating system is "download");
CD ~/downloads
(2.5)
(3) Deb Package installation command:
sudo dpkg-i google-chrome-stable_current_amd64.deb
You may encounter problems in which the display:
Dpkg:dependency problems prevent configuration of ...
...
Package Libxss1 are not installed.
Because of a dependency on the package, install the dependency package "Libxss1"
(4) Install the dependency package to resolve the problem:
sudo apt-get install-f Install
(5) To complete the above operation, the prompt installation of "Y", enter, and then installed.
(6) Startup program (terminal start or ALT+F2 search program)
Google-chrome
Linux/ubuntu Installing/Uninstalling Software