Have a look at the Makefile, sometimes the authors put in an uninstall option
Hi,
To install a program from the source code I use ./configure && make && make install. Now my question is how to uninstall a program which installed in this way?![]()
This will be over soon, and then I can ...
Have a look at the Makefile, sometimes the authors put in an uninstall option
It depends. The ./configure && make && make install just compile and copy the files to wherever the author of the application set it up to copy. Uninstalling it varies by application. As mechdave said, some have make uninstall routines on the source code. Others don't bother to do that, and you have to end up fishing the files out manually.
That's why package managers are recommended.
My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive.
Bookmarks