如何在Ubuntu 14.04中2010在安装过程中出错Google Chrome

推荐这篇日记的豆列
&&&&&&&&&&&&
&(1人关注)
&(1人关注)在Ubuntu/Debian Linux系统中安装Chrome浏览器
靠谱的软件下载站
当前位置: &///
在Ubuntu/Debian Linux系统中安装Chrome浏览器
阅读(7122)
在Linux系统领域里,使用IE浏览器的用户非常的少,只主要源于并不支持Linux系统,不过还是有方法在。由于Firefox对Linux的支持,使得其拥有大量的浏览器用户,很长一段时间使用Linux的用户意味着就是Firefox浏览器的使用者。但随着Chrome推出Linux版的浏览器以后,Linux用户也开始多了一种选择。这里还有。Chrome的此举将会使得Firefox在Linux领域的垄断地位遭遇到强劲挑战。
在Ubuntu/ Debian下安装Google 的方法非常简单,只要到Chrome的网站下载Deb安装包并进行安装即可。当然你也可以使用APT软件包管理器来安装Google Chrome浏览器,如果你想使用APT软件包管理器安装Google Chrome浏览器的话,请直接阅读本文的第三部分。
目前Linux下的Google Chrome浏览器有两个版本,Beta(测试版)和Unstable(不稳定版,也就是Dev版)。其中Beta相对较稳定,而最新的功能将会先出现在Unstable版中,经过一段测试后才会在Beta版中出现,缺点是Unstable版本更新较为频繁,稳定性也不如Beta版。Linux下的Google Chrome浏览器目前还没有Stable版本,源中显示的Stable只是源的名称,Beta和Unstable使用的都是这个源。
如果你追求稳定的话,最好选择Beta版,如果你喜欢尝试新功能并追求最好的性能,推荐安装Unstable版,而且似乎在Ubuntu下,Unstable版的Chrome中的字体显示也要比Beta好看一些。
一.安装Google Chrome Beta版
访问 /chrome?hl=zh-CN 并点击&下载谷歌浏览器(测试版)&,接着选择相应的Deb安装包并点击&接受并安装&按钮(注意不要选错版本,如果你安装的是64位的Debian/Ubuntu一定要选择64位.Deb,与Windows系统不同,32位的安装包无法在64位的Linux下使用)。
二.安装Google Chrome Unstable/Dev版
注意:如果你的系统上已经安装了Google Chrome Beta,需要先卸载Google Chrome Beta才能安装Google Chrome Unstable/Dev
安装Google Chrome Unstable/Dev版的方法与安装与安装Google Chrome Beta的方法一样,你只需访问这里 (32位)或 这里 (64位) 并点击&Accept and download&下载Deb安装包,然后在重复之前的安装操作即可。
安装过程中软件包管理器会自动在Sources.list.d目录下创建对应的源,所以不用担心升级的问题,Ubuntu会在升级系统时自动对Google Chrome浏览器进行升级,你只需记得定时运行sudo apt-get update && sudo apt-get upgrade即可。
三. 使用APT软件包管理器安装Google Chrome
如果你想通过APT软件包管理器安装Google Chrome的话,方法同样也很简,你只需运行
sudo gedit /etc/apt/sources.list.d/google-chrome.list
deb /linux/deb/ stable main
完毕后保存文件并在终端中运行
wget -q -O & https://dl-/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
接着你就可以用
sudo apt-get install google-chrome-beta
sudo apt-get install google-chrome-unstable
来安装Beta或Unstable/Dev版的Chrome了
另有消息显示,新版Chrome 5浏览器的研发工作正在紧锣密鼓地进行,预计在年底前推出正式版本。据说这次开发将会新增更多功能,目前已知的新功能是在隐私权的设定可以设定更详细项目,诸如Javascript是否执行、是否显示图片、扩充套件使用以及是否禁止弹出式窗口等,比Chrome 4设定更详细。Ubuntu下安装Chrome的方法分享
投稿:hebedich
字体:[ ] 类型:转载 时间:
本文给大家分享的是Ubuntu下安装Chrome的方法,安装的过程中发现还是挺麻烦的,就记录下来推荐给大家,有需要的小伙伴可以参考下。
在学习《Node.js实践》,没想到ubuntu12.04下的firefox竟然不支持-webkit-transition,就想安装一个chrome,发现还挺麻烦,搜索了一下,记录如下:
从Google Linux Repository()下载安装Key,或把下面的代码复制进终端,回车,需要管理员密码
wget -q -O -
| sudo apt-key add -
Key安装好后,在终端输入:
sudo sh -c 'echo "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
上面的方法装成功了第一次,后面再装好像被封了,唉!
又在网上搜索,下面方法可行:
Download google chrome for ubuntu from terminal with the following command:
For the 32-bit version of Google Chrome, use this command below.
For the 64-bit version of Google Chrome, use this command below
Once downloaded, install google chrome with following command:
sudo dpkg -i google-chrome-stable_current_i386.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
如果出错,是依赖库的问题,用命令修复库的依赖。
sudo apt-get -f install
以上所述就是本文的全部内容了,希望大家能够喜欢。
您可能感兴趣的文章:
大家感兴趣的内容
12345678910
最近更新的内容
常用在线小工具13被浏览14844分享邀请回答For 32 bit:
wget /linux/direct/google-chrome-stable_current_i386.deb
For 64 bit:
wget /linux/direct/google-chrome-stable_current_amd64.deb
1、然后执行安装命令:sudo dpkg -i ./google-chrome-stable_current_i386.deb
2、如果有遇到错误提示,直接执行以下命令来安装chrome浏览器需要的类库。sudo apt-get -f install
3、如果你在安装Chrome类库时也有错误,这里是部落在Debian 6上的安装源,用这些源再一次执行安装命令就可以解决问题。#deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official i386 DVD Binary-1 201305$
deb http://security.debian.org/ wheezy/updates main contrib
deb-src http://security.debian.org/ wheezy/updates main contrib
# wheezy-updates, previously known as 'volatile'
# A network mirror was not selected during install.
The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
deb http://ftp.debian.org/debian/ wheezy-updates main contrib
# deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib
deb /linux/chrome/deb/ stable main
deb http://ftp.debian.org/debian/ wheezy main contrib
deb http://ftp.us.debian.org/debian/ wheezy main
deb-src http://ftp.us.debian.org/debian/ wheezy main
4、修改的源的方法是,编辑vi /etc/apt/sources.list,将内容替换,然后更新:apt-get update和apt-get upgrade。摘自:题主,要善用搜索引擎哦~1添加评论分享收藏感谢收起

我要回帖

更多关于 office安装过程中出错 的文章

 

随机推荐