Answers:
打开终端CTRL+ ALT+ T和类型:
killall ubuntuone-login ubuntuone-preferences ubuntuone-syncdaemon
sudo rm -rf ~/.local/share/ubuntuone
rm -rf ~/.cache/ubuntuone
rm -rf ~/.config/ubuntuone
mv ~/Ubuntu\ One/ ~/UbuntuOne_old/``
(来源:Ubuntu One)-支持页面不再存在。
然后只是为了确保。
sudo apt-get remove --purge ubuntuone-*
(有关Ubuntu 14. *的注意事项:请参考iheggie的回答,以避免删除Ubuntu桌面。)
编辑:之所以使用此方法而不是使用更简单的方法,是为了确保配置,高速缓存和其他任何首选项都不会保留在您的系统上。如果我们从Windows中学到了什么,那就是预取足以减慢系统运行速度,这是一个好习惯,现在清除系统,然后忘记以后需要清除的内容。
sudo apt-get remove --purge ubuntuone-control-panel* deja-dup-backend-ubuntuone libubuntuoneui-3.0-1 python-ubuntuone-* rhythmbox-ubuntuone
在ubuntu trusty 14.04下,我使用了@cossacksman的答案,只是我使用synaptic逐个删除了软件包。我不得不离开ubuntuone-client-data
安装,因为apt和synaptic都希望删除ubuntu-desktop
。