xybu / onedrive-d-old

Microsoft OneDrive client on Linux.
http://xybu.me/projects/onedrive-d/
GNU Lesser General Public License v3.0
820 stars 143 forks source link

Uninstall onedrive-d < 1.0 #113

Closed Alessandro-Barbieri closed 9 years ago

Alessandro-Barbieri commented 9 years ago

/usr/local/bin/onedrive-cli /usr/local/bin/onedrive-d /usr/local/bin/onedrive-prefs

are still there after uninstall

xybu commented 9 years ago

Try if these commands will fully uninstall the program:

# kill the processes if they are running
killall -9 onedrive-d
killall -9 inotifywait
killall -9 python
# use pip to uninstall the program
sudo pip uninstall onedrive-d
# delete config files
rm -rv ~/.onedrive

pip should take care of removing those shortcuts.