Download the chrome installation package
Open the terminal, enter a command (differentiate between 64-bit and 32-bit), and download the Deb installation package for Chrome.
#32位wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb#64位wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Install Chrome
- Note: Root privileges are required
- Enter the following command in the terminal
#32-i google-chrome-stable_current_i386.deb#64-i google-chrome-stable_current_amd64.
Fix installation Errors
- Error message "Error occurred during processing: google-chrome-stable" during installation
- English error:
errorpackage google-chrome-stable (--install):dependency problems - leaving unconfigured
- After this error occurs, execute the following command
sudo-f install
- Once the execution is complete, chrome installs successfully.
- Search for chrome in dash, open chrome, and bind to the launch bar (launcher)
Reference article:
Http://www.linuxidc.com/Linux/2014-04/100645.htm
Http://jingyan.baidu.com/article/a681b0de18071e3b1843463b.html
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
ubuntu-installation-chrome