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.

相关文章:

  • 2021-09-06
  • 2022-01-22
  • 2022-02-03
  • 2021-09-07
  • 2022-02-04
  • 2021-08-11
  • 2021-09-10
  • 2021-07-14
猜你喜欢
  • 2021-08-10
  • 2022-12-23
  • 2021-11-23
  • 2022-02-07
  • 2021-06-01
  • 2021-07-23
  • 2021-06-01
相关资源
相似解决方案