在 Linux 系统上安装 Google Chrome 的步骤:1. 启用 Google 仓库;2. 添加 Google Chrome 仓库;3. 更新仓库;4. 安装 Google Chrome;5. 启动 Google Chrome。
如何在 Linux 系统上安装 Google Chrome
安装步骤:
1. 启用 Google 仓库
<code>sudo apt-get install wget apt-transport-https wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -</code>
2. 添加 Google Chrome 仓库
<code>sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'</code>
3. 更新仓库
<code>sudo apt-get update</code>
4. 安装 Google Chrome
<code>sudo apt-get install google-chrome-stable</code>
5. 启动 Google Chrome
安装完成后,可以在应用程序菜单或命令行中启动 Google Chrome:
google-chrome
。以上是linux系统怎么安装谷歌浏览器的详细内容。更多信息请关注PHP中文网其他相关文章!