详情介绍

1. 打开终端(在Windows上是命令提示符,在Mac和Linux上是终端)。
2. 输入以下命令并按回车键:
bash
sudo apt-get update
sudo apt-get install google-chrome-stable
3. 等待安装过程完成。安装完成后,您可以使用以下命令启动Chrome浏览器:
bash
google-chrome-stable
现在,您应该已经成功安装了Chrome浏览器。如果您需要更新或卸载它,可以使用以下命令:
更新Chrome浏览器:
bash
sudo apt-get update
sudo apt-get upgrade google-chrome-stable
卸载Chrome浏览器:
bash
sudo apt-get remove --purge google-chrome-stable