From owner-freebsd-questions@FreeBSD.ORG Tue Oct 21 19:56:01 2003 Return-Path: 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 8B54E16A4B3 for ; Tue, 21 Oct 2003 19:56:01 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BBE343F85 for ; Tue, 21 Oct 2003 19:56:00 -0700 (PDT) (envelope-from chrisric@internode.on.net) Received: from gir (ppp117-250.lns1.syd2.internode.on.net [150.101.117.250]) h9M2twRL009580 for ; Wed, 22 Oct 2003 12:25:59 +0930 (CST) From: "Chris Richards" To: Date: Wed, 22 Oct 2003 12:55:59 +1000 Message-ID: <941EC83D6E678C4CA92EE2AAE55874F78022@gir.routemaster.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <200310212252.44544.vbraga@mail.ru> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Importance: Normal Subject: Best way to cleanly uninstall packages? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 02:56:01 -0000 Hi Everyone, I have installed 2 packages which inturn installed a bunch of dependencies... They are "imageindex-1.0.6" and "gallery-1.4.0.1" I was seeing which one I like best - now I have decided I want to keep gallery and uninstall imageindex. What is the cleanest way to do this? I have noticed that they both have common dependencies so I can't just use the "pkg_delete -r" option - I am sure this is a common problem and there is probably an easy way to uninstall all dependencies for imageindex except for the ones that are needed for gallery. Can anyone help me? Thank you, Chris