xiecl

在Ubuntu 18.04.1系统中安装谷歌chrome浏览器只需要在终端中输出下面这五个命令,最后一个命令是打开谷歌chrome浏览器:

  1. sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/
  2. wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  3. sudo apt-get update
  4. sudo apt-get install google-chrome-stable
  5. /usr/bin/google-chrome-stable

分类:

技术点:

相关文章:

  • 2021-04-12
  • 2021-11-06
  • 2021-10-24
  • 2021-07-01
  • 2021-10-12
  • 2021-09-27
猜你喜欢
  • 2022-03-09
  • 2021-05-26
  • 2022-02-05
  • 2021-04-06
  • 2022-01-29
  • 2021-12-15
相关资源
相似解决方案