我不喜欢 Firefox 网络浏览器,我更喜欢使用其他浏览器。
我怎样才能删除它并使用我选择的浏览器?
答案1
可以有一些包依赖于(或推荐)浏览器,以虚拟包的形式(firefox
提供虚拟包www-browser
,iceweasel
和gnome-www-browser
)或通过替代方式(某些包依赖于firefox | chromium-browser
)。
为了解决您的问题,您可以使用aptitude
提供更多选择的选项来继续。该软件包aptitude
默认未安装,因此您需要安装它
sudo apt-get install aptitude
那么你可以做
aptitude --simulate remove firefox
看看它建议了什么。这是我的系统上显示的内容
enzotib@laptop:$ aptitude --simulate remove firefox
The following packages will be REMOVED:
firefox
0 packages upgraded, 0 newly installed, 1 to remove and 19 not upgraded.
Need to get 0 B of archives. After unpacking 30.6 MB will be freed.
The following packages have unmet dependencies:
icedtea-plugin: Depends: firefox (>= 4.0~b7) but it is not going to be installed. or
chromium-browser but it is not going to be installed. or
epiphany-browser but it is not going to be installed. or
midori but it is not going to be installed.
firefox-globalmenu: Depends: firefox (= 5.0+build1+nobinonly-0ubuntu0.11.04.2) but it is not going to be installed.
firefox-gnome-support: Depends: firefox but it is not going to be installed.
The following actions will resolve these dependencies:
Remove the following packages:
1) firefox-globalmenu
2) firefox-gnome-support
3) icedtea-plugin
4) icedtea6-plugin
Leave the following dependencies unresolved:
5) totem-mozilla recommends epiphany-browser | www-browser
6) ubuntu-desktop recommends firefox
7) ubuntu-desktop recommends firefox-gnome-support
8) moonlight-plugin-mozilla recommends firefox | abrowser | iceweasel | xulrunner-1.9.2
9) ubuntu-restricted-addons recommends icedtea6-plugin
10) xul-ext-ubufox recommends firefox (>= 4.0~b6) | abrowser (>= 4.0~b6)
11) mozilla-libreoffice recommends iceweasel | firefox | iceape-browser | konqueror-nsplugins
Accept this solution? [Y/n/q/?]
这样,您就可以看到删除 Firefox 时哪些软件包会损坏。如果您选择n
,系统会建议另一种可能的解决方案,等等。
当你对问题有了最好的理解,并且选择了自己的道路时,那就aptitude
放弃--simulate
选择吧。
答案2
您原来的(未经编辑的)问题提到 Firefox 不断崩溃。您可以尝试通过 PPA 安装最新的稳定版本:
答案3
我个人使用 Firefox,但为了排除故障,我还安装了另一个浏览器,因此拥有多个浏览器总是一个好主意。
但如果您想卸载 Firefox,请打开终端:sudo apt-get autoremove firefox
- 如果你想要 Chromium 浏览器:
sudo apt-get install chromium-browser
或者安装您想要使用的任何 Web 浏览器。此时,您将删除 Firefox,这将使您安装的浏览器成为默认浏览器。
答案4
我自己也遇到过这个问题。先卸载 sun-java,然后卸载 firefox 和 chromium/epiphany。