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

    1、下载安装文件

    下载地址路径:http://www.google.cn/chrome/eula.html?hl=zh-CN&platform=linux_ubuntu_i386

    使用终端安装:

    打开Ubuntu终端

    以下为32位版本,使用下面的命令。
    wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb

    以下为64位版本,使用下面的命令。
    wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

    2、安装

    32 位安装命令:
    sudo dpkg -i google-chrome-stable_current_i386.deb

    64 位安装命令:
    sudo dpkg -i google-chrome-stable_current_amd64.deb

    3、如果报错(缺少依赖关系或者其他依赖关系问题)
    终端输入指令:sudo apt-get -f install

    4、从软件中心将 google浏览器图标拖到快捷栏上或者桌面上

    参考链接:

    http://www.linuxidc.com/Linux/2013-10/91857.htm

    http://www.cnblogs.com/lipeil/archive/2012/07/07/2580411.html

  • 相关阅读:
    线性反馈系统
    静磁场
    平面波的传播
    Partition does not end on cylinder boundary
    FFTW简介及使用
    EINTR、ERESTARTSYS和SIGINT
    凉面
    linux Shell编程
    Linux From Scratch [2]
    Linux From Scratch [1]
  • 原文地址:https://www.cnblogs.com/yzmb/p/3900615.html
Copyright © 2011-2022 走看看