From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 18:46:22 2006 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 0A0C616A420; Fri, 24 Feb 2006 18:46:22 +0000 (GMT) (envelope-from aaron@freebsd.org) Received: from priv-edtnes27.telusplanet.net (outbound04.telus.net [199.185.220.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A2D743D58; Fri, 24 Feb 2006 18:46:21 +0000 (GMT) (envelope-from aaron@freebsd.org) Received: from [192.168.15.100] (really [137.186.246.196]) by priv-edtnes27.telusplanet.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060224184620.IVCU11415.priv-edtnes27.telusplanet.net@[192.168.15.100]>; Fri, 24 Feb 2006 11:46:20 -0700 Message-ID: <43FF54A9.8050704@freebsd.org> Date: Fri, 24 Feb 2006 11:47:05 -0700 From: Aaron Dalton Organization: FreeBSD.org User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Cross References: <43FF5081.6050601@averageadmins.com> In-Reply-To: <43FF5081.6050601@averageadmins.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Remove a Port and All Dependencies 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: Fri, 24 Feb 2006 18:46:22 -0000 Jeff Cross wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I would like to know if it is possible to remove a port/package and all > of the dependencies it installed that are not needed by other applications. > > Example: I installed Nautilus and some Gnome games but don't want them > installed any longer. However, if I remove the package itself, doesn't > it leave all of the other dependencies out there? > > Upgrading my system takes forever now that there are a ton of libs and > such installed by these applications. So, if anyone can point me in the > right direction for doing this I would greatly appreciate it. > pkg_deinstall -R portname pkg_deinstall is part of the sysutils/portupgrade package. -- Aaron Dalton aaron@FreeBSD.org FreeBSD Ports Committer