From owner-freebsd-questions@FreeBSD.ORG Fri Oct 17 05:03:04 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 57D3C16A4B3 for ; Fri, 17 Oct 2003 05:03:04 -0700 (PDT) Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D7D43FBD for ; Fri, 17 Oct 2003 05:03:01 -0700 (PDT) (envelope-from bsd@xtremedev.com) Received: from localhost (localhost [127.0.0.1]) by mail.XtremeDev.com (Postfix) with ESMTP id 5EA4470607; Fri, 17 Oct 2003 06:03:01 -0600 (MDT) Received: from mail.XtremeDev.com ([127.0.0.1]) by localhost (Amber.XtremeDev.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27009-02-2; Fri, 17 Oct 2003 06:03:01 -0600 (MDT) Received: by mail.XtremeDev.com (Postfix, from userid 1001) id 0834670606; Fri, 17 Oct 2003 06:03:00 -0600 (MDT) Date: Fri, 17 Oct 2003 06:03:00 -0600 From: BSD To: deedsmis@aculink.net, freebsd-questions@freebsd.org Message-ID: <20031017120300.GA27100@Amber.XtremeDev.com> References: <200310170958.h9H9wC7e007673@cdm01.deedsmiscentral.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310170958.h9H9wC7e007673@cdm01.deedsmiscentral.net> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at xtremedev.com Subject: Re: Package Management 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: Fri, 17 Oct 2003 12:03:04 -0000 On Fri, Oct 17, 2003 at 03:58:12AM -0600, SoloCDM wrote: > Does FreeBSD have package management to view the packages installed pkg_info(1) > and their names with versions, pkg_version(1) > remove the packages installed, and pkg_delete(1) > track the packages installed to avoid conflicts and retain stability? That's inherent/implied in the package system. See also ports(7) for more information.