vitalif / grive2

Google Drive client with support for new Drive REST API and partial sync
http://yourcmc.ru/wiki/Grive2
GNU General Public License v2.0
1.52k stars 140 forks source link

[HELP] How to uninstall grive2 #182

Closed WangYihang closed 6 years ago

WangYihang commented 6 years ago

Could you tell me how can I uninstall grive2 completely, I installed it form source code. just like this:

mkdir build
cmake ..
make -j8
make install

But there is no argument for makefile, such as:

make uninstall
make remove

Thank you.

WangYihang commented 6 years ago

Can I just remove the following files? It that completely enough?

➜  build git:(master) make install
[ 88%] Built target grive
[ 96%] Built target btest
[100%] Built target grive_executable
Install the project...
-- Install configuration: ""
-- Up-to-date: /usr/local/lib/systemd/user/grive-changes@.service
-- Up-to-date: /usr/local/lib/systemd/user/grive-timer@.service
-- Up-to-date: /usr/local/lib/systemd/user/grive-timer@.timer
-- Up-to-date: /usr/local/lib/grive/grive-sync.sh
-- Up-to-date: /usr/local/bin/grive
-- Up-to-date: /usr/local/share/man/man1/grive.1
b17k0 commented 6 years ago

yes, but also can uninstall unnecessary dependencies

vitalif commented 6 years ago

I think yes. cmake does not generate make uninstall target by default, but all installed files are listed in install_manifest.txt

WangYihang commented 6 years ago

Okay, Got it, thank you so much! @beliys @vitalif