From owner-freebsd-questions@FreeBSD.ORG Mon Nov 21 14:35:25 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 5795016A421 for ; Mon, 21 Nov 2005 14:35:16 +0000 (GMT) (envelope-from javierlu@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EEBB43D5A for ; Mon, 21 Nov 2005 14:35:14 +0000 (GMT) (envelope-from javierlu@gmail.com) Received: by xproxy.gmail.com with SMTP id s10so850401wxc for ; Mon, 21 Nov 2005 06:35:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=C5MgZrn0iFHhePVnJeznEi8AFge+xpKfYeMlIV8HsHVKyirWzFogtThhR87jURX02DI4eEmwWEme9WPA3wdUadvqHq8R39hhfHciQ3ItPGnHK8Q7PtBo1ko1xTZ5XC6aPlcvKH6Mt0FIaU9DFjEQdtGehccdIUNoGYyJb6/gHno= Received: by 10.65.93.13 with SMTP id v13mr3048920qbl; Mon, 21 Nov 2005 06:35:13 -0800 (PST) Received: from mindcrash ( [83.44.156.252]) by mx.gmail.com with ESMTP id f16sm598234qba.2005.11.21.06.35.11; Mon, 21 Nov 2005 06:35:13 -0800 (PST) Message-ID: <000e01c5eea9$727681e0$0301a8c0@mindcrash> From: "Javier Matos" To: Date: Mon, 21 Nov 2005 15:39:55 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 14:35:25 -0000 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.