wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
sudo dpkg -i google-chrome*
if the above commands fail to install Google Chrome, run the commands below to force the installation
sudo apt-get install -f
本文介绍了一种在Linux系统上安装Google Chrome浏览器的方法。首先通过wget下载适用于i386架构的deb包,然后使用dpkg进行安装。如果安装过程中出现问题,可以使用sudo apt-get install-f命令强制安装。
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
sudo dpkg -i google-chrome*
sudo apt-get install -f
802

被折叠的 条评论
为什么被折叠?