11

I'm really in love with Ubuntu but I'm not used to Gwibber, for some reason.

I can't remove gwibber without removing the ubuntu-desktop package.

Is it safe to remove it, without ruining my desktop?

Jorge Castro
  • 73,717

3 Answers3

12

Yes, it is completely safe. The ubuntu-desktop package is just a metapackage, which means that it has nothing in it, just dependencies. To remove, simply type this into a Terminal (Unity dash->Terminal) window:

sudo apt-get purge "gwibber.*"

Hope this helps!

MiJyn
  • 3,396
2

To remove an account from Gwibber: Open Gwibber, click "Edit > Accounts" on the global menu (hover over the top of the screen where you see the title and the menu will show) A window should pop up named "Online Accounts". Click on the site of the account then click "Remove account."

To uninstall Gwibber (or any other piece of software): Open the "Ubuntu Software Center", search "Gwibber", click on the result, and click "Remove".

paed808
  • 574
1

I used the Software-Centre to remove Gwibber but the API thingy still launched my browser and asked for Facebook login details there. Not sure if it was related but it would be a coincidence if it wasn't because it never done it before.

After running:

sudo apt-get purge "gwibber.*"

My browser stopped launching by itself.

BuZZ-dEE
  • 14,533
user134578
  • 11
  • 1