In case if you were wondering how one would go about uninstalling something that was installed with ./configure -> make -> make install. Makefiles don't seems to have a 'remove' section, and make does not seem to have a built in 'sudo make remove <program>' feature.
Your options are
- To search the application install folder for a file that may have a comprehensive list of binaries and its locations
- Run following command inside the installer directory
- Su to root and then type #make uninstall
- $sudo make uninstall
No comments:
Post a Comment