Grive / grive

an open source Linux client for Google Drive
http://www.lbreda.com/grive/start
GNU General Public License v2.0
1.59k stars 378 forks source link

How do i uninstall grive #352

Closed johnsdoes closed 6 years ago

johnsdoes commented 7 years ago

I wanted to use RSYNC, but it keep giving me error .grive cannot be sync. I want to completely remove grive. please

johnsdoes commented 7 years ago

Hmmm, anyone ?

vitalif commented 7 years ago

What do you want to remove - .grive auth file or grive itself?

Sopor commented 7 years ago

.grive is a hidden file but you can delete it if you don't want it anymore...

PathToLife commented 6 years ago

In linux terminal, if you type "type -a grive", it'll point to "/usr/local/bin/grive" Just cd into /usr/local/bin and "sudo rm -R grive"

If anyone asks, I removed it because it didn't recursively sync (-s) a directory. i.e. Sync everything in googledrive://Development/ googledrive://Development/COMPSCI_123/ googledrive://Development/COMPSCI_321/ googledrive://Development/blah/

Not advanced enough to code it in myself... for now =| Thanks for coding it though!

vitalif commented 6 years ago

Sorry for that, that was a bad change coming from one of latest PRs. I've undone it - you can recheck, it should sync subdirectories without problem.

vitalif commented 6 years ago

By the way about uninstalling: