How Can I Remove Epiphany Without Removing Gnome?

192

Solution 1

Gnome-core is just a metapackage. You can remove it without much ill effect.

Its only provided files are a changelog and a copyright file. It won't "hold" dependencies installed, you run a minor risk there, but nothing major.

Reference

Solution 2

You need to remove the epiphany-browser package. And if you installed any extra packages:

sudo apt-get remove epiphany-browser epiphany-browser-data epiphany-browser-data epiphany-extensions
Share:
192

Related videos on Youtube

onedayiwillchangethis
Author by

onedayiwillchangethis

Updated on September 18, 2022

Comments

  • onedayiwillchangethis
    onedayiwillchangethis almost 2 years

    Lets say I have two different databases with the following tables:

    Auth database:

    users
    

    App database:

    fanpages
    fanpages_users
    

    Obviously my User model uses the Auth database, but how do I force HABTM relation to use the App database instead of the Auth database?

    The error I am getting states:

    Table fanpages_users for model FanpagesUser was not found in datasource Auth.
    
    • Uri Herrera
      Uri Herrera over 11 years
      Does it says gnome or gnome-shell, because gnome is a metapackage which can be uninstalled, and if you look at the dependencies in synaptic, it doesn't mention either gnome or gnome-shell.
    • mikewhatever
      mikewhatever over 11 years
      Run sudo apt-get -s remove epiphany in a terminal window. The -s option makes sure that nothing is removed, but you'll get the list of packages to review. Add it to the question if still unsure.
  • web.learner
    web.learner over 11 years
    It still says it will remove gnome-core
  • web.learner
    web.learner over 11 years
    I uninstalled it and haven't had any ill effects.
  • onedayiwillchangethis
    onedayiwillchangethis about 10 years
    Thanks, thats what i needed.
  • Fazal Rasel
    Fazal Rasel about 10 years
    And you just leaved... Why don't you tick this as an answer?
  • onedayiwillchangethis
    onedayiwillchangethis about 10 years
    Sorry, im quite new to SO. Done now.