Reading
11
Comments
This is what is needed to remove Nautilus Dropbox from Ubuntu.
sudo apt-get remove nautilus-dropbox
rm -rf ~/.dropbox
rm -rf ~/.dropbox-dist
11 comments:
Thanks. Just what I needed. Couldn't remember the package name. =D
You can also remove nautilus-share
sudo apt-get remove nautilus-share
Thanks a lot for the info... Was looking out for this a lot...
perfect!
it works with aptitude too (obviously), if somebody prefer it to apt-get
ty
You can remove dropbox.list in sourcelist
sudo rm /etc/apt/sources.list.d/dropbox.list
thanks a lot! I needed this.
thanks! worked like a charm. i am new to ubuntu and dropbox was erasing files for some reason on my ubuntu vm. could not find where to remove.
awesome thanks!!!!!! :D
you miss remove also nautilus-share
#sudo apt-get remove nautilus-share
hope it help
You must also do this:
killall nautilus
to avoid reacreating .dropbox folder
must kill process
killall nautilus
to avoid .dropbox folder recreation
Post a Comment