61阅读

chrome浏览器ubuntu-在Ubuntu系统中安装Chrome浏览器的教程

发布时间:2017-08-15 所属栏目:Ubuntu

一 : 在Ubuntu系统中安装Chrome浏览器的教程

添加PPA
从Google Linux Repository(http://www.google.com/linuxrepositories/)下载安装Key,或把下面的代码复制进终端,回车,需要管理员密码


wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -


Key安装好后,在终端输入:


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


更新
在终端输入:


sudo apt-get update

安装
安装稳定版Chrome,在终端输入:

sudo apt-get install google-chrome-stable


安装Beta版Chrome,在终端输入:

sudo apt-get install google-chrome-beta


安装不稳定版Chrome,在终端输入:

sudo apt-get install google-chrome-unstable


上面的方法装成功了第一次,后面再装好像被封了,唉!
又在网上搜索,下面方法可行:
32 bit :


sudo dpkg -i google-chrome-stable_current_i386.deb


64 bit :


sudo dpkg -i google-chrome-stable_current_amd64.deb

错误解决
下面这个报错


dpkg: dependency problems prevent configuration of google-chrome-stable:
google-chrome-stable depends on libnss3-1d (>= 3.12.3); however:
Package libnss3-1d is not installed.
google-chrome-stable depends on libxss1; however:
Package libxss1 is not installed.
dpkg: error processing google-chrome-stable (--install):
dependency problems - leaving unconfigured


主要是依赖项没有安装全,用命令安装下面3个包,具体哪个包要看linux发行版本


sudo apt-get install libnss3-1d libxss1 libcurl3


开控制台转到chrome.deb包的目录
用命令安装


sudo dpkg -i google-chrome-stable_current_i386.deb

二 : Ubuntu下安装google chrome浏览器教程

安装google-chrome(当然可以选择chromium,“Ubuntu软件中心”自带)

(1)下载google chrome deb包



wget <a href="https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb">https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb</a>

32位:https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
64位:https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

(2)安装软件包(到下载文件目录下执行)



sudo dpkg -i google-chrome-stable_current_i386.deb

(3)如果遇到依赖错误用以下命令安装依赖  之后再次执行 (2)



sudo apt-get -f install

三 : 在Ubuntu上安装Midori浏览器

Midori是一个轻量级的跨平台网页浏览器。 Midori用C语言编写,并完全整合了GTK+ 2/3。Midori使用了和Safari一样的WebKit的HTML排版引擎。同时它也是elementary os的默认浏览器,目前最新的版本为:0.58。

。www.61k.com)

在Ubuntu14.04, Ubuntu 13.10, Ubuntu 12.10, Ubuntu 12.04,Linux Mint, Elementary OS,上安装Midori浏览器

midori 在Ubuntu上安装Midori浏览器

打开终端(Terminal)执行以下命令:

sudo apt-add-repository ppa:midori/ppa

midori 在Ubuntu上安装Midori浏览器

sudo apt-get update

midori 在Ubuntu上安装Midori浏览器

sudo apt-get install midori

midori 在Ubuntu上安装Midori浏览器

同时这款软件也有Windows版,点此下载。

更多Ubuntu相关信息见Ubuntu专题页面http://www.linuxidc.com/topicnews.aspx?tid=2

本文标题:chrome浏览器ubuntu-在Ubuntu系统中安装Chrome浏览器的教程
本文地址: http://www.61k.com/1075942.html

61阅读| 精彩专题| 最新文章| 热门文章| 苏ICP备13036349号-1