首页 > 其他 > 详细

debian安装chrome

时间:2014-01-16 21:13:17      阅读:569      评论:0      收藏:0      [点我收藏+]

debian 7自带的iceweasel为17.很多插件不兼容。安装firefox,需要先删除iceweasel,而iceweasel依赖gnome-core。因为要用debian stable,所以用了chrome。和手机上的chrome同步也方便。apt中的chrome,很老,bug多。下载deb包安装

$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

$ sudo apt-get install libgconf2-4 libnss3-1d libxss1

$ sudo dpkg -i google-chrome-stable_current_amd64.deb

$ sudo apt-get -f install

 

$ sudo apt-get remove iceweasel
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
gnome-core iceweasel task-gnome-desktop
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
After this operation, 10.6 MB disk space will be freed.

debian安装chrome

原文:http://www.cnblogs.com/vipzrx/p/3520046.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!