标签导航:
在 linux 系统上安装 google chrome 的步骤:1. 启用 google 仓库;2. 添加 google chrome 仓库;3. 更新仓库;4. 安装 google chrome;5. 启动 google chrome。

linux系统怎么安装谷歌浏览器

如何在 Linux 系统上安装 Google Chrome

安装步骤:

1. 启用 Google 仓库

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 -

2. 添加 Google Chrome 仓库

sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'

3. 更新仓库

sudo apt-get update

4. 安装 Google Chrome

sudo apt-get install google-chrome-stable

5. 启动 Google Chrome

安装完成后,可以在应用程序菜单或命令行中启动 Google Chrome:

  • 应用程序菜单:转到应用程序菜单并搜索“Google Chrome”。
  • 命令行:在终端中输入 google-chrome。