thinkfan
thinkfan copied to clipboard
Cannot uninstall
There is no uninstall target for make:
sudo make uninstall
make: *** No rule to make target 'uninstall'. Stop.
Yeah, that's because cmake doesn't have that feature. It does however keep track of all installed files in a file named install_manifest.txt, which you can use. See the following stackoverflow post for a simple solution:
https://stackoverflow.com/a/44649542/1162878