thinkfan icon indicating copy to clipboard operation
thinkfan copied to clipboard

Cannot uninstall

Open noscript opened this issue 4 years ago • 1 comments

There is no uninstall target for make:

sudo make uninstall
make: *** No rule to make target 'uninstall'.  Stop.

noscript avatar Aug 12 '21 15:08 noscript

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

vmatare avatar Aug 12 '21 17:08 vmatare