From owner-freebsd-questions@FreeBSD.ORG Fri Dec 26 17:16:28 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA73FCCC for ; Fri, 26 Dec 2014 17:16:28 +0000 (UTC) Received: from sender1.zohomail.com (sender1.zohomail.com [74.201.84.155]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C57E864F4E for ; Fri, 26 Dec 2014 17:16:28 +0000 (UTC) Received: from workbox.Home (184-100-71-241.mpls.qwest.net [184.100.71.241]) by mx.zohomail.com with SMTPS id 1419614181489792.8791695902976; Fri, 26 Dec 2014 09:16:21 -0800 (PST) Date: Fri, 26 Dec 2014 11:16:18 -0600 From: Bigby James To: freebsd-questions@freebsd.org Subject: Re: Do I want to switch to the new pkg(8) format? Message-ID: <20141226171618.GA30541@workbox.Home> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-ZohoMailClient: External X-Zoho-Virus-Status: 2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2014 17:16:28 -0000 On 12/26, Chris Stankevitz wrote: > Can you guys help me answer these questions: > > 1. Do I want to switch to the new pkg(8) format? > > 2. If yes, have I already done so? That message is only for folks upgrading a pre-10.0 installation. If you installed 10.0 or later, any binary packages you install will use the new format. At present there actually aren't any binary package management tools in the base system---the 'pkg' command is just a bootstrap that installs pkgng, which can also be installed from the port in 'ports-mgmt/pkg.' -- "A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools." - Douglas Adams