在Linux系统中安装Chrome浏览器的方法通常是通过命令行终端来完成。下面是在Ubuntu系统中安装Chrome浏览器的命令:
打开终端(Ctrl + Alt + T)。
运行以下命令以下载Chrome的安装包:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt-get -f install
google-chrome
以上是在Ubuntu系统中安装Chrome浏览器的方法,其他Linux发行版可能略有不同,但大体上是类似的。您可以根据自己使用的Linux系统版本进行相应的搜索和操作。