1.打開終端(ctrl + alt + t),****下載64位,輸入
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
下載32位
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
2.下載完成后,輸入安裝命令,64位:
sudo dpkg -i google-chrome-stable_current_amd64.deb
安裝32位:
sudo dpkg -i google-chrome-stable_current_i386.deb
3.如果碰到依賴包不全,輸入以下命令補全需要的依賴包
sudo apt-get -f install libappindicator1 libindicator7
4.安裝完成后,如果要在終端打開chrome,需要輸入google-chrome-stable,太長不方便,修改為:chrome。使用以下命令
sudo mv /usr/bin/google-chrome-stable /usr/bin/chrome