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

nvidia - NV18 [GeForce4 MX 4000] driver - Ask Ubuntu

drivers - No wi-fi network after install - Ask Ubuntu