LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Remove program which installed by source code (https://www.linuxquestions.org/questions/linux-software-2/remove-program-which-installed-by-source-code-90682/)

cccc 09-08-2003 06:44 PM

Remove program which installed by source code
 
hi

I've installed openssl on linux Suse 8.2

tar -xvzf openssl-0.9.7b.tar.gz
./config --prefix=/usr/local/openssl
make
make test
make install

how to deinstall it now ?

I didn't find command unsinstall.

best regards
cccc

tuka 09-08-2003 07:07 PM

Use "make uninstall" in the directory you made the "make install".

Remeber, this removes your app, use with care....

Good luck

cccc 09-09-2003 01:18 PM

hi

I tried already, but "make uninstall" does not work.

regards
cccc

DrOzz 09-09-2003 01:24 PM

you could try checkinstall


All times are GMT -5. The time now is 08:11 AM.