ubuntu install google chrome

下载google chrome deb包

http://www.google.cn/intl/zh-CN/chrome/browser/?installdataindex=chinabookmarkcontrol&brand=CHUN

1.按Ctrl+Alt+T打开终端:

切换到chrome的所在目录:

cd Downloads

2.安装

sudo dpkg -i google-chrome-stable_current_i386.deb

这时会提示错误,依赖关系没有满足,无法安装。

3.接下来,我们解决依赖关系。

sudo apt-get -f install

这样,就会先自动安装依赖的软件包,然后自动安装好google-chrome,搞定.

猜你喜欢

转载自cjblog.iteye.com/blog/1922525