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

debian - Kali Linux - Debootstrap error Failed to determine codename for the release - Super User

crash - Windows Rundll32 (child process of DllHost) is crashing. How can I even identify it? - Super User

Windows XP installation, no previous version of Windows NT - Super User