LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to uninstall Berkeley DB (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-uninstall-berkeley-db-854870/)

sanjaydelhi 01-07-2011 01:52 PM

how to uninstall Berkeley DB
 
Hi,

I just installed Berkeley DB 4.2 on my Ubuntu following the guide in below url.

http://www.linuxfromscratch.org/blfs...databases.html


I realized, I have installed wrong version of Berkeley DB and I want to uninstall it. How do I do that?

I am new to linux.

Snark1994 01-07-2011 02:10 PM

I think I'm right in saying if you go to the source directory (ie. the place you ran "make docdir=blahblah install") and run
Code:

make uninstall
then it should uninstall.

Also, if you're using Ubuntu, there's an easier way to install than compiling from source - you can go to "System>Administration>Synaptic Package Manager" and install packages like that :)

sanjaydelhi 01-08-2011 01:42 AM

Thanks.


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