Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 1998 17:29:34 -0600 (MDT)
From:      Brett Taylor <brett@peloton.physics.montana.edu>
To:        VEGA <vega@d132-h017.rh.rit.edu>
Cc:        FreeBSD questions <questions@FreeBSD.ORG>
Subject:   Re: removing crufty libraries
Message-ID:  <Pine.BSF.4.02A.9810121727260.7624-100000@peloton.physics.montana.edu>
In-Reply-To: <Pine.BSF.4.05.9810121737010.28362-100000@d132-h017.rh.rit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02A.9810121727260.7624-100000>