LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   file delete (https://www.linuxquestions.org/questions/linux-general-1/file-delete-9716/)

emperor13 12-06-2001 09:02 AM

file delete
 
hi what is the command to delete an application from the command line, which application was installed by the following: ./configure, make, make install.

thank you in advance:Pengy:

dorward 12-06-2001 09:14 AM

Code:

make uninstall
...in some cases, in others you need to read the Makefile and manually delete all the files that it installed.


All times are GMT -5. The time now is 12:32 PM.