deitymon

1.进入 Ubuntu 16.04 桌面,按下 Ctrl + Alt + t 键盘组合键,启动终端。

2.下载Chrome Linux 64位deb安装包,地址:http://www.chrome64bit.com/index.php/google-chrome-64-bit-for-linux

3.执行对谷歌 Chrome 浏览器(稳定版)的安装:sudo apt-get install google-chrome-stable,然后出现报错,

   Errors were encountered while processing:
   google-chrome-stable
   E: Sub-process /usr/bin/dpkg returned an error code (1)

   据说是Chrome没有安装完毕导致。此时系统提示 需要执行sudo apt-get -f install

4.将deb安装包解包:dkpg -i google-chrome-stable_current_amd64.deb

5.最后,在终端中执行以下命令:/usr/bin/google-chrome-stable即可启动chrome浏览器,最后将Chrome锁定至启动器

分类:

技术点:

相关文章:

  • 2021-07-09
  • 2022-02-27
  • 2021-11-28
  • 2022-01-26
  • 2021-11-25
  • 2021-08-01
猜你喜欢
  • 2021-11-24
  • 2021-12-02
  • 2022-02-05
  • 2022-12-23
  • 2021-06-10
相关资源
相似解决方案