一 : 在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 -
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
sudo apt-get install google-chrome-beta
sudo apt-get install google-chrome-unstable
sudo dpkg -i google-chrome-stable_current_i386.deb
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
sudo apt-get install libnss3-1d libxss1 libcurl3
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浏览器
打开终端(Terminal)执行以下命令:
sudo apt-add-repository ppa:midori/ppa
sudo apt-get update
sudo apt-get install midori
同时这款软件也有Windows版,点此下载。
更多Ubuntu相关信息见Ubuntu专题页面http://www.linuxidc.com/topicnews.aspx?tid=2
本文标题:chrome浏览器ubuntu-在Ubuntu系统中安装Chrome浏览器的教程61阅读| 精彩专题| 最新文章| 热门文章| 苏ICP备13036349号-1