From owner-freebsd-questions@FreeBSD.ORG Mon Oct 23 02:07:48 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 2703416A403 for ; Mon, 23 Oct 2006 02:07:48 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id C078143D6B for ; Mon, 23 Oct 2006 02:07:47 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k9N27jp0097507 for ; Sun, 22 Oct 2006 21:07:45 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 22 Oct 2006 21:07:44 -0500 User-Agent: KMail/1.9.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610222107.44751.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=3.6 tests=ALL_TRUSTED autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on zeus.dfwlp.com Subject: Re: pkg_add/delete questions 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, 23 Oct 2006 02:07:48 -0000 On Sunday 22 October 2006 20:52, Mark Jayson Alvarez wrote: > Hi, > > I have several questions: > > 1. If I install a particular package, its dependencies will be > installed as well. Now if I remove it later using pkg_delete, only > that package will be removed and not the dependencies. The reason I > guess is because some other packages may be dependent on those > dependencies as well. Is there a way to remove a particular package > and all of its dependencies (given that no other package is dependent > on those dependencies)? > > 2. Is it possible to tell pkg_add to just fetch the package and not > install them? My goal is to use my Internet conn this query would be easily answered by 'man pkg_add' and 'man pkg_delete'. ill hint you that you are looking for -r and a -n. cheers, jonathan