To install Google Chrome, run the following:
For 32 bit:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
For 64 bit:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i ./google-chrome*.deb 安装
sudo apt-get -f install There is a dependencies issue with the Google Chrome deb that needs to be resolved - that is what the sudo apt-get -f install is for.安装chrome浏览器需要的类库