今天我在安装Ubuntu后,因为习惯了Chrome,想安装一个Google Chrome浏览器在Ubuntu中,然后遇到问题了。先说说正确的安装方法!





第一步:在Google官方网站(http://www.google.com.hk/chrome)上面下载Chrome浏览器。选择正确的版本,我是32位的所以选择32.deb包。



第二步:或得Root权限,打开右上角Applications--Accessories--Terminal,终端界面中输入:sudo su



第三步:dpkg -i Chorme浏览器存放路径(我的路径是:/home/用户名/Downloads/google-chrome-stable_current_i386.deb)



第四步:出现错误提示:



Selecting previously deselected package google-chrome-stable.

(Reading database ... 129488 files and directories currently installed.)

Unpacking google-chrome-stable (from google-chrome-stable_current_i386.deb) ...

dpkg: dependency problems prevent configuration of google-chrome-stable:

 google-chrome-stable depends on libnspr4-0d (>= 4.7.3-0ubuntu1~); however:

  Package libnspr4-0d is not installed.

 google-chrome-stable depends on libnss3-1d (>= 3.12.3); however:

  Package libnss3-1d is not installed.

 google-chrome-stable depends on libcurl3; however:

  Package libcurl3 is not installed.

dpkg: error processing google-chrome-stable (--install):

 dependency problems - leaving unconfigured

Processing triggers for bamfdaemon ...

Rebuilding /usr/share/applications/bamf.index...

Processing triggers for desktop-file-utils ...

Processing triggers for python-gmenu ...

Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...

Processing triggers for man-db ...

Processing triggers for python-support ...

Errors were encountered while processing:

 google-chrome-stable

第五步:不要慌,大概意思就是说系统有些软件版本过低,需要升级,现在在终端输入:apt-get -f install



第六步:等待安装完成,重复第二步的输入,



第七步:Google Chrome 成功安装!



PS:本文纯属水文,学习Ubuntu的个人笔记看待……