16.10 - How can I remove an Online Account? - Ask Ubuntu


is possible remove accounts shown in screen below?

enter image description here

enter image description here

open terminal , check account plugin packages installed :

dpkg --get-selections | grep account-plugin

  • when want remove unity flickr account plugin execute :

sudo apt purge account-plugin-flickr libaccount-plugin-flickr

  • when want remove unity google account plugin execute :

sudo apt purge account-plugin-google libaccount-plugin-google

update addressing requested information in comment below

in earlier editions of ubuntu (14.04/16.04) libaccount-plugin packages don't exist, so

  • to remove flickr account plugin execute : sudo apt purge account-plugin-flickr

  • to remove google account plugin execute : sudo apt purge account-plugin-google


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User