Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2009 15:16:17 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Richard DeLaurell <richard.delaurell@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: py24-gobject won't deinstall
Message-ID:  <20090401151617.463088b1.freebsd@edvax.de>
In-Reply-To: <4324dbec0904010541s788b84f6q7ba1a8699394490b@mail.gmail.com>
References:  <4324dbec0904010541s788b84f6q7ba1a8699394490b@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 1 Apr 2009 07:41:15 -0500, Richard DeLaurell <richard.delaurell@gmail.com> wrote:
> I tried pkg_delete to see what depends on py24-gobject and it's a hefty
> list; is deinstalling that entire list and then installing py25-gobject the
> only option for me?

No, it would be possible to first

	# pkg_delete -f /var/db/pkg/py25-gobject*

and then install the updated version. As long as the update doesn't
break any library version numbering, and the functionalities from the
previous versions are still intact, there won't be a problem.

Finally, if you're using portupgrade, make sure to correct the
dependencies:

	# pkgdb -aF

But note that if this procedure fails, you will usually have to deinstall
the depending software and then start allover again, this will lead you
finally to updated programs, as well as an updated py25-gobject (as a
dependency).


-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090401151617.463088b1.freebsd>