码迷,mamicode.com
首页 > 其他好文 > 详细

16.04 Install Chrome

时间:2016-08-15 10:25:41      阅读:321      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!