1

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.

Charo
  • 3,631
deshmukh
  • 4,061

1 Answers1

1

You should look at makefile. There is install section with the place of installed files. Simply remove them.

enedil
  • 982
  • 5
  • 15
  • 27