From owner-freebsd-questions Thu Nov 1 11:21: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mcqueen.wolfsburg.de (pns.wobline.de [212.68.68.5]) by hub.freebsd.org (Postfix) with ESMTP id 960C137B40E for ; Thu, 1 Nov 2001 11:20:59 -0800 (PST) Received: from colt.ncptiddische.net (ppp-222.wobline.de [212.68.69.233]) by mcqueen.wolfsburg.de (8.11.3/8.11.3/tw-20010821) with ESMTP id fA1JKnN12805; Thu, 1 Nov 2001 20:20:50 +0100 Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id fA1JNC723600; Thu, 1 Nov 2001 20:23:12 +0100 (CET) (envelope-from nils@tisys.org) Received: from jodie.ncptiddische.net (jodie.ncptiddische.net [192.168.0.2]) by jodie.ncptiddische.net (8.11.6/8.11.6) with ESMTP id fA1JLEI03098; Thu, 1 Nov 2001 20:21:14 +0100 (CET) (envelope-from nils@tisys.org) Date: Thu, 1 Nov 2001 20:21:14 +0100 (CET) From: Nils Holland To: Erik Sabowski Cc: freebsd-questions@FreeBSD.ORG Subject: Re: uninstalling a port In-Reply-To: Message-ID: <20011101201854.A3085-100000@jodie.ncptiddische.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 1 Nov 2001, Erik Sabowski wrote: > I want to uninstall a port, so i went to it's directory in the ports tree > and ran 'make deinstall'. this didn;t work because i upgraded the ports > tree since then, so what is there is a different version than what is > installed. does that mean pkg_delete is the way to uninstall it? even > though i didn;t install it from a package? thanks for any help Yes! You can install a port like that. 1) Find the port you want to deinstall. Let's say you want to deinstall pine. You'd do: pkg_info | grep pine You'd then get a line like pine-4.40 PINE(tm) - a program for Internet News & eMail 2) Now that you know the exact name of the port (pine4.40), you can delete it by typing pkg_delete -f pine-4.40 That's all! Greetings Nils Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message