ubuntu下 完全卸载火狐浏览器
时间:2014-11-06 09:21:35
收藏:0
阅读:848
由于ubuntu下面的自带的火狐浏览器总是崩溃,又没找到具体到好办法,无奈只好将其卸载,安装了chromium Web Browser浏览器。
Tips:
查找火狐具体内容:
dpkg --get-selections |grep firefox:
卸载软件
sudo apt-get purge firefox firefox-globalmenu firefox-gnome-support firefox-locale-en firefox-locale-zh-hans
原文:http://blog.csdn.net/xd_122/article/details/40855085
评论(0)