I have installed a program (taskwarrior.org) manually --- cmake, make, make install, etc.
How do I completely uninstall a program installed this way?
There was no 'uninstall' script in the downloaded zip file.
I have installed a program (taskwarrior.org) manually --- cmake, make, make install, etc.
How do I completely uninstall a program installed this way?
There was no 'uninstall' script in the downloaded zip file.
You should look at makefile. There is install section with the place of installed files. Simply remove them.