首页 > 其他 > 详细

16.04 Install Chrome

时间:2016-08-15 10:23:10      阅读:203      评论:0      收藏:0      [点我收藏+]

Download the package (64 bit):

  1. wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Install the package, forcing install of dependencies:

  1. sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb

In case any dependencies diddnt install (you would have a warning or failure message for this), you can force them via:

  1. sudo apt-get install -f

Note: refer to the link above for 32 bit systems.

来源





16.04 Install Chrome

原文:http://www.cnblogs.com/lshconfigure/p/5771788.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!