From owner-freebsd-newbies@FreeBSD.ORG Thu Apr 15 14:07:19 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 055AC16A4CF for ; Thu, 15 Apr 2004 14:07:19 -0700 (PDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id A72BB43D41 for ; Thu, 15 Apr 2004 14:07:18 -0700 (PDT) (envelope-from cs@ctzen.com) Received: from europa.ctzen.com (h0040055d253a.ne.client2.attbi.com[24.147.64.178]) by comcast.net (sccrmhc12) with ESMTP id <20040415210717012001g918e>; Thu, 15 Apr 2004 21:07:17 +0000 Received: by europa.ctzen.com (Postfix, from userid 1001) id 7B7423B9D5; Thu, 15 Apr 2004 17:07:17 -0400 (EDT) Date: Thu, 15 Apr 2004 17:07:17 -0400 From: Chiang Seng Chang To: freebsd-newbies@freebsd.org Message-ID: <20040415210717.GA60276@europa.ctzen.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: pkg_version shows duplicate entries, may I deinstall old ones ? X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 21:07:19 -0000 Hi, I ran pkg_version and got this: autoconf autoconf docbook docbook docbook docbook docbook docbook libtool libtool This is with -v: autoconf-2.13.000227_5 autoconf-2.53_1 docbook-1.3 docbook-241_2 docbook-3.0_2 docbook-3.1_2 docbook-4.0_2 docbook-4.1_2 libtool-1.3.5_2 libtool-1.4.3_3 1. why are there multiple versions of the same "thing" ? 2. is it safe to pkg_deinstall the "older" ones ? 3. since I am using portupgrade, pkg_deinstall should be used instead of pkg_delete, right ? Regards, -cs