Closed WangYihang closed 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
yes, but also can uninstall unnecessary dependencies
I think yes. cmake
does not generate make uninstall
target by default, but all installed files are listed in install_manifest.txt
Okay, Got it, thank you so much! @beliys @vitalif
Could you tell me how can I uninstall grive2 completely, I installed it form source code. just like this:
But there is no argument for makefile, such as:
Thank you.