Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] debian python upgrage


On 10/9/05, Peter Miller
<millerp.at.canb.auug.org.au@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> OK, I give up.
>
> How the hell do I get my Debian install to upgrade from Python 2.3 to
> Python 2.4 ??

How about simply removing python2.3?

"apt-get remove python2.3"

If you are worried about breaking important packages, you can
check things first with "-s" flag or apt-get or use the "reverse
dependencies" display in aptitude.

--Amos