LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to uninstall libraries (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-uninstall-libraries-723561/)

psylovibe 05-04-2009 09:19 AM

how to uninstall libraries
 
Hey everyone, I'm total newb and been learning some linux...recently I compiled some libraries was trying get sphinx working with mamp and I believe I installed it more than twice. How can I go by uninstalling libraries?

malekmustaq 05-04-2009 10:30 AM

psylovibe:

Find your lib file and delete it. Usually when properly installed you should see them somewhere /lib, /usr/lib or /usr/local/lib.

Use command 'find', to learn about it type 'man find'

Hope this helps.

Nylex 05-04-2009 10:35 AM

You could try "make uninstall" if you still have the configured sources. You'll need to be root, obviously.

i92guboj 05-04-2009 10:47 AM

"make uninstall" is the absolute cleanest way usually. You only need the sources. If you delete them you will need to get them again and the the configure step (if possible, exactly in the same way that you did it the last time, and specially in which concerns the --prefix you specified if any).

rjlee 05-04-2009 11:03 AM

If you installed the libraries twice, then the second time will simply overwrite the files that were created the first time; it won't be installed more than once.

psylovibe 05-04-2009 02:24 PM

thanks for clearing it, and letting me know guys.


All times are GMT -5. The time now is 04:47 AM.