Date: Thu, 25 Jul 2002 10:50:57 -0700 From: Adam Weinberger <adam@vectors.cx> To: "Matt @ Gunks.com" <matt@gunks.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How do you uninstall things Message-ID: <20020725175057.GF94707@vectors.cx> In-Reply-To: <001d01c233e4$267c36f0$6801a8c0@SURVIVAL> References: <001d01c233e4$267c36f0$6801a8c0@SURVIVAL>
next in thread | previous in thread | raw e-mail | index | archive | help
if you're talking about ports: pkg_delete will still work fine. else, go into the port directory (/usr/ports/whatever/whatever) and do "make deinstall" if you're talking about something you compiled outside of ports: there is often a make deinstall or make uninstall target. try those. -Adam >> (07.25.2002 @ 0704 PST): Matt @ Gunks.com said, in 5.0K: << > > I understand how you delete packages, its fairly easy. However, if > you compile the source yourself (i.e. Apache, PHP), how do you go > about uninstalling them? Is there something like pkg_delete ? Or do > you just delete the directory as you do on Mac's ? > > > > Or do the ./configure files contain the paths so that you can manually > find every file and delete them? > > > > > > - Matthew > > > > > > > /************************************************************** > > Matthew Metnetsky > > met@uberstats.com > > **************************************************************/ >> end of "How do you uninstall things" from Matt @ Gunks.com << -- "Oh good, my dog found the chainsaw." -Lilo, "Lilo & Stitch" Adam Weinberger adam@vectors.cx http://vectors.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020725175057.GF94707>