From owner-freebsd-questions@FreeBSD.ORG Mon Nov 21 15:04:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6553816A420 for ; Mon, 21 Nov 2005 15:04:09 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C7643D49 for ; Mon, 21 Nov 2005 15:04:09 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6683 invoked from network); 21 Nov 2005 15:04:09 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Nov 2005 15:04:08 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 0A7B72841B; Mon, 21 Nov 2005 10:04:07 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Javier Matos" References: <000e01c5eea9$727681e0$0301a8c0@mindcrash> From: Lowell Gilbert Date: 21 Nov 2005 10:04:06 -0500 In-Reply-To: <000e01c5eea9$727681e0$0301a8c0@mindcrash> Message-ID: <44br0exct5.fsf@be-well.ilk.org> Lines: 6 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: uninstalling packages... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 15:04:09 -0000 "Javier Matos" writes: > Hello, I want information about uninstallation of packages. I know how to perform that kind of actions but I really want to know if something like pkg_add "a_package" and then pkg_delete "a_package" really delete ALL FILES installed with pkg_add command. It's supposed to; that's one of the tests that porters are supposed to make before submitting a port.