I want to remove firefox (with sudo apt-get purge firefox*) but without installing the epiphany browser. how to do it?
PS : I want to remove firefox becouse I want to use and only use google-chrome to be my default web browser.
|
I want to remove firefox (with sudo apt-get purge firefox*) but without installing the epiphany browser. how to do it? PS : I want to remove firefox becouse I want to use and only use google-chrome to be my default web browser. |
||||
|
|
|
If uninstalling firefox installs epiphany, then that's because some other package depends on "a web browser", which packages do by depending on the virtual package I downloaded one of the Google Chrome .deb files and I can confirm that they don't provide |
|||||||||||
|
|
Removing Firefox does not install or uninstall epiphany-browser. I couldn't reproduce your problem, but there is no need for adding a wildcard after firefox in your command. Instead of using:
Use:
This command will take care of removing all Firefox packages. If you are still having troubles, then please post the terminal output when you try to remove Firefox, so we can see which packages are being removed. BTW, the purge command has the same effect as remove, since Firefox does not store any config files in |
||||
|
|
|
To make Google Chrome your default browser, run Google Chrome, open up Preferences and then under the tab "Basics" you'll find "Make Google Chrome my default browser". Click that button. You don't need to uninstall Firefox. |
|||||||||
|
|
If you want to remove,do it by sudo apt-get autoremove firefox |
|||||
|
|
|
Full remove = sudo apt-get purge firefox (delete the preferences too) |
|||||
|
|
Full remove, including configurations files:
|
|||||||
|