From owner-freebsd-questions Sun Mar 10 11:57:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.vaxxine.com (alpha.vaxxine.com [209.5.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 7368D37B402 for ; Sun, 10 Mar 2002 11:57:38 -0800 (PST) Received: from there (ppp325.digi-t3.st-cath.niagara.net [209.5.218.71]) by alpha.vaxxine.com (8.9.2/8.9.3) with SMTP id OAA06048; Sun, 10 Mar 2002 14:57:14 -0500 (EST) Message-Id: <200203101957.OAA06048@alpha.vaxxine.com> Content-Type: text/plain; charset="iso-8859-1" From: "Paul C. Boyle" To: "Mike Meyer" Subject: Re: Removing installed programs? Date: Sun, 10 Mar 2002 14:58:16 -0500 X-Mailer: KMail [version 1.3] References: <15499.45998.333621.513832@guru.mired.org> In-Reply-To: <15499.45998.333621.513832@guru.mired.org> Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 March 10, 2002 02:27 pm, you wrote: > Paul C. Boyle types: > > What is the best way to remove installed programs that were installed > > through the ports? > > If you don't clean the ports, use "make deinstall" in the port > directory. If you do clean the ports, use "pkg_delete" on the > installed package. What do you mean by clean the ports? > > > What is the best way to remove installed programs that were installed > > through the /stand/sysinstall method? > > If they are packages, use "pkg_delete". If they are part of the base > system, the best advise is to not delete them. > >