From owner-freebsd-questions Mon Oct 12 16:32:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10435 for freebsd-questions-outgoing; Mon, 12 Oct 1998 16:32:22 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10272 for ; Mon, 12 Oct 1998 16:32:06 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id RAA08094; Mon, 12 Oct 1998 17:29:34 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Mon, 12 Oct 1998 17:29:34 -0600 (MDT) From: Brett Taylor To: VEGA cc: FreeBSD questions Subject: Re: removing crufty libraries In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > how do i remove old libs that i am upgrading or just dont need anymore > (imlib for example)? is there something i should do to remove it or > should i just install the newer version over the old one? Ooh - installing over is not usually a good idea. If you used the port to install it you can do the following (as root): cd /var/db/pkg pkg_delete old_port_I_don't_want If you have CVSupped the latest ports you can then go to the ports tree to build the latest greatest version. Note that things like imlib that may have been installed w/ say Enlightenment may need a "pkg_delete -f old_port" as they are listed as dependencies. Brett ****************************************************************** Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ "There is something uncanny in the noiseless rush of the cyclist, as he comes into view, passes by, and disappears." - Popular Science, 1891 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message