From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 18:24:26 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 D6D4516A41F for ; Tue, 25 Oct 2005 18:24:26 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B0EE43D45 for ; Tue, 25 Oct 2005 18:24:25 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so840626nzk for ; Tue, 25 Oct 2005 11:24:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jyDYbooyi4XgTuxl2OGjOerbBPHGfAD8sbJAZNafxEft6QC0QyndWJq50UfAvQnEwpjVFcfGnZvIEsZH2fthBHgFxGsPbog3ZAEddb4U8t3WOxFgnxXTtW/2RAQMsvh8LSQ5PAwxNBnrTkCrhcXUTtjFewgTg3j4TL7CP8shxbM= Received: by 10.36.113.15 with SMTP id l15mr2437nzc; Tue, 25 Oct 2005 11:24:25 -0700 (PDT) Received: by 10.36.47.5 with HTTP; Tue, 25 Oct 2005 11:24:25 -0700 (PDT) Message-ID: <810a540e0510251124p54c35257m8fd819d591cfe955@mail.gmail.com> Date: Tue, 25 Oct 2005 12:24:25 -0600 From: Pat Maddox To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: What packages can I deinstall? 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: Tue, 25 Oct 2005 18:24:27 -0000 I've got a bunch of packages installed on my machine and I'd like to know if I can deinstall any of them. I know what a lot of them do, and know what will happen if I deinstall them. Others, I'm not really sure. For example I've got a package named cclient (http://www.freshports.org/mail/cclient/) installed. If I run pkg_deinstall -n cclient, it says that it'd be removed without any problems. So evidently no other package is depending on this...perhaps it's just an artifact from a package I installed a while back but deinstalled? Basically I'd like to clear out any unused packages. Is it safe to just run on pkg_deinstall -n on any package I don't recognize, and if it isn't required as a dependency for another package go ahead and delete it? Thanks, Pat