I have Gnome Shell installed, and I want to remove the Epiphany browser. But when I click uninstall in the software center its says that Gnome-core is a dependency of Epiphany, so it will be uninstalled too.
Is there anyway I can remove Epiphany without removing Gnome?
On running sudo apt-get -s remove epiphany as a commenter suggests, returns as not installed. Its still in my program list though.
I found out, the package that is installed is epiphany-browser. On running sudo apt-get -s remove epiphany-browser it still wants to remove gnome-core.
gnomeorgnome-shell, becausegnomeis a metapackage which can be uninstalled, and if you look at the dependencies in synaptic, it doesn't mention eithergnomeorgnome-shell. – Uri Herrera Dec 20 '12 at 02:28sudo apt-get -s remove epiphanyin a terminal window. The-soption makes sure that nothing is removed, but you'll get the list of packages to review. Add it to the question if still unsure. – mikewhatever Dec 20 '12 at 02:37