码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu安装chrome

时间:2018-04-07 13:50:45      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:获得   inux   repo   软件   apt-get   ble   卸载   com   purge   

  1. 将下载源添加到系统源之中

    sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/  
  2. 导入google软件公钥

    sudo wget -q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -  
  3. 更新系统列表获得最新软件

    sudo apt-get update  
  4. 安装稳定版本的google

    sudo apt-get install google-chrome-stable  
  5. 启动google浏览器

    /usr/bin/google-chrome-stable  
  6. 如果启动不了,试试

    sudo apt-get install --reinstall libnss3  
  7. 如果要卸载google chrome ,那么

    sudo apt-get remove --purge google-chrome-stable

ubuntu安装chrome

标签:获得   inux   repo   软件   apt-get   ble   卸载   com   purge   

原文地址:https://www.cnblogs.com/jiqing9006/p/8732811.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!