Message-ID: <001501c050a4$f1b7ff40$6401a8c0@adventus.cxm> From: "Anurag Jalan" <a_jalan@vsnl.com> Date: Fri, 17 Nov 2000 20:14:52 +0530 Subject: Uninstalling software... Hi all, I installed ldap 2.07 from a tarball on my suSe 6.4 box and then realised that i already had the rpm version installed.... I know how to uninstall rpm packages..but how can i uninstall a software installed from source ? The binaries have been installed all over the system ...! Regards Anurag
Date: Fri, 17 Nov 2000 19:36:33 +0100 From: Jean-Fran�ois Bocquet <tns01@free.fr>@Ouranos.Chaos.fr Message-ID: <20001117193633.A25188@Ouranos> Subject: Re: [SLE] Uninstalling software... Hello Anurag, on Friday, November 17, 2000 at 20:14:52 +0530, you sat in front of your keyboard and wrote:
Hi all,
I installed ldap 2.07 from a tarball on my suSe 6.4 box and then realised that i already had the rpm version installed....
I know how to uninstall rpm packages..but how can i uninstall a software installed from source ? The binaries have been installed all over the system ...!
Regards
Anurag
From inside the source tree do a 'make uninstall'. If that returns something like "make: *** No rule to make target `uninstall'. Stop.", there is no automatic uninstallation procedure provided so you have to manually do it. In the latter case, I don't know any accurate way to uninstall, you have to track down every binary/data file installed on you system to get rid of them.
Regards... -- Jean-Fran�ois Bocquet <tns01@free.fr> ================================+ http://tns01.free.fr | ��� Linux User #177410| | GPG publickey: http://tns01.free.fr/pubkey.asc | fingerprints: 4E98 A7F2 6C26 6554 9562 C64E 5548 BF94 DE59 0A12 | =================================+ | -----BEGIN GEEK CODE BLOCK------ +------------------------------------+ Version: 3.12 Comment: For info see http://www.geekcode.com GCS/S d-- s:+ a- C++ UL+>++ P+ L+++>++++ E W++ N+ o+ K- !w O? M? V? PS PE- Y+ PGP+ t+ 5? X++ R tv++ b+ DI- D+ G e+ h! r-- y? ------END GEEK CODE BLOCK------
Date: Fri, 17 Nov 2000 18:39:28 +0000 From: Sean Rima <sean.rima@tcob1.net> Message-ID: <20001117183928.A18938@tcob1.tcob1.net> Subject: Re: [SLE] Uninstalling software... Hi Anurag! On Fri, 17 Nov 2000, Anurag Jalan wrote:
Hi all,
I installed ldap 2.07 from a tarball on my suSe 6.4 box and then realised that i already had the rpm version installed....
I know how to uninstall rpm packages..but how can i uninstall a software installed from source ? The binaries have been installed all over the system ...!
make uninstall is always worth a try. Sean -- GNUPG ID 92B9D0CF | Fidonet: 2:263/950 ICQ: 679813 | Homepage: http://www.tcob1.net Linux User: #124682 | My Current Uptime is 5d, 9h and 35m on Linux 2.2.17 ...Linux: Because rebooting is for adding new hardware.
Date: Fri, 17 Nov 2000 20:02:13 +0100 (CET) From: Lenz Grimmer <grimmer@suse.de> Message-ID: <Pine.LNX.4.30.0011172001170.28911-100000@wiles.suse.de> Subject: Re: [SLE] Uninstalling software... Hi, On Fri, 17 Nov 2000, Anurag Jalan wrote:
I know how to uninstall rpm packages..but how can i uninstall a software installed from source ? The binaries have been installed all over the system ...!
That is a common problem. Some Makefiles offer a target "uninstall". Try to run "make uninstall". If it does not work, you have to hunt those files manually :( Sorry. LenZ -- ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH mailto:grimmer@suse.de Schanzaeckerstr. 10 http://www.suse.de/~grimmer/ 90443 Nuernberg, Germany There's no skeletons in my closet.
Message-ID: <3A158131.80CBD961@gypsyfarm.com> Date: Fri, 17 Nov 2000 14:04:17 -0500 From: zentara <zentara@gypsyfarm.com> Subject: Re: [SLE] Uninstalling software... Anurag Jalan wrote:
Hi all,
I installed ldap 2.07 from a tarball on my suSe 6.4 box and then realised that i already had the rpm version installed....
I know how to uninstall rpm packages..but how can i uninstall a software installed from source ? The binaries have been installed all over the system ...!
Another thing to try is to reinstall the binaries from the source, then capture the output of make install. That will show you where all the files were put. Then delete them 1 by 1. There may also be a log of the installed files in the source directory.
participants (5)
-
a_jalan@vsnl.com
-
grimmer@suse.de
-
sean.rima@tcob1.net
-
tns01@free.fr
-
zentara@gypsyfarm.com