From owner-freebsd-questions@FreeBSD.ORG Mon Oct 23 01:52:38 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 4F6E216A40F for ; Mon, 23 Oct 2006 01:52:38 +0000 (UTC) (envelope-from markjayson.alvarez@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA3543D5E for ; Mon, 23 Oct 2006 01:52:32 +0000 (GMT) (envelope-from markjayson.alvarez@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1020213uge for ; Sun, 22 Oct 2006 18:52:32 -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=h4B3088dnBZa2Hq9sPlmphOVRHrnJ7HcdIG87Huwx+H+HKTIeCqmsc1Xsi127DlWFZYnq4KzVqh+JJg6ZJnzX1JJ1gynpITd1kS10fy9VTYnSk7fkWpNXKbSErDbPiKJa6ET/hUxeDgQe2hYtWszgKF5fCsRenK4/2CF/60YGEs= Received: by 10.78.204.20 with SMTP id b20mr6549833hug; Sun, 22 Oct 2006 18:52:31 -0700 (PDT) Received: by 10.78.198.7 with HTTP; Sun, 22 Oct 2006 18:52:31 -0700 (PDT) Message-ID: Date: Mon, 23 Oct 2006 09:52:31 +0800 From: "Mark Jayson Alvarez" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 01:52:38 -0000 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