答案1
打开终端并检查安装了哪些帐户插件包:
dpkg --get-selections | grep account-plugin
- 当您想要删除 Unity Flickr 帐户插件时,请执行:
sudo apt purge account-plugin-flickr libaccount-plugin-flickr
- 当您想要删除 Unity Google 帐户插件时,请执行:
sudo apt purge account-plugin-google libaccount-plugin-google
更新以下评论中请求的信息
在早期版本的 Ubuntu(14.04/16.04)中,这些libaccount-plugin
软件包不存在,因此
要删除 Flickr 帐户插件,请执行:
sudo apt purge account-plugin-flickr
要删除 Google 帐户插件,请执行:
sudo apt purge account-plugin-google
答案2
如果你正在使用 Gnome DE,并且根本不使用在线帐户,你可以删除包本身,sudo apt-get remove gnome-online-accounts
如果你想删除整个包以及任何配置数据,你可以使用命令sudo apt-get purge gnome-online-accounts
来源:
https://www.howtoinstall.co/en/ubuntu/trusty/gnome-online-accounts?action=remove