- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] debian python upgrage
- From: amos@xxxxxxxxxxxxxxxxxx
- Date: Sun, 9 Oct 2005 00:49:58 +1000
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CO78tgOy+78S/IicU9OXtW72QdrzQyv0CvtTNhQbGI4wNX3lbVVRYL15crKvB1exdQkNAsY8oZT9k+jNpEXKGU/KhU7W6UelMn8vUnjDFc4krmNyVKfvidN7GXw/OhyeMGXxlD3RnxuZDkUg9o6arXG1FAvd9fFoevhRVpymv+0=
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