16.10 - How can I remove an Online Account? - Ask Ubuntu
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
Post a Comment