zoukankan      html  css  js  c++  java
  • Ubuntu如何安装谷歌Chrome浏览器

    这里提供一个Ubuntu安装谷歌浏览器的简单方法。

    1. 下载谷歌浏览器安装包

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

    2. 安装谷歌浏览器

    dpkg -i google-chrome-stable_current_amd64.deb
    

    “正常情况”这时候会报错,据说跟谷歌浏览器不是开源软件有关,用sudo apt-get install -f修复一下,再dpkg -i google-chrome-stable_current_amd64.deb,就可以了。

    1. Download Chrome

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

    dpkg -i google-chrome-stable_current_amd64.deb

    
    #### 2. Install Chrome
    

    dpkg -i google-chrome-stable_current_amd64.deb

    However, it _DID NOT_ work! It says:
    

    Errors were encountered while processing:
    google-chrome-stable

    
    This issue was caused by missing depandancies. So it can be solved via:
    

    sudo apt-get install -f

    After that re-run:
    

    dpkg -i google-chrome-stable_current_amd64.deb

    
    Now it works!
  • 相关阅读:
    [USACO15FEB][AC自动机][栈] Censoring G
    [USACO06NOV] Round Numbers S
    Emiya家的饭
    dp
    P2498 [SDOI2012]拯救小云公主
    [HEOI2015]小L的白日梦
    SP8064 AMR10J-Mixing Chemicals
    10.24三题
    P4296 [AHOI2007]密码箱
    CF780F
  • 原文地址:https://www.cnblogs.com/yaos/p/6950983.html
Copyright © 2011-2022 走看看