zoukankan      html  css  js  c++  java
  • ubuntu安装chrome浏览器

    PPA方法,免翻墙,否则,你得翻墙下载chrome,你Firefox VPN配置好了吗!!!

    wget -q -O - https://raw.githubusercontent.com/longhr/ubuntu1604hub/master/linux_signing_key.pub | sudo apt-key add

    sudo sh -c 'echo "deb [ arch=amd64 ] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'

    sudo apt-get update


    sudo apt-get install google-chrome-stable

    如果一切顺利,在终端中执行以下命令:

    /usr/bin/google-chrome-stable

    将会启动谷歌 Chrome 浏览器,它的图标将会出现在屏幕左侧的 Launcher 上,在图标上右键——“锁定到启动器”,以后就可以简单地单击启动了。

    常见问题:

    1 源出有问题,导致apt-get update不能使用

    apt-get update
    E: Malformed line 1 in source list /etc/apt/sources.list.d/google-chrome.list (type)
    E: The list of sources could not be read.


    解决办法
    sudo rm /etc/apt/sources.list.d/google-chrome.list
  • 相关阅读:
    cf 427D Match & Catch 后缀数组
    cf 244c Checkposts 强连通分量
    NSPredicate的学习
    正则表达式
    NavigationBar &UINavigationItem& toolbar方法汇总
    区块股票数量
    吃什么
    selenium
    laravel5
    vim golang dev
  • 原文地址:https://www.cnblogs.com/zhaopengcheng/p/6433112.html
Copyright © 2011-2022 走看看