From 2e930d5f25d0b7ac2811eea8ea026f6be3d210c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gross?= Date: Thu, 24 May 2012 15:45:20 +0200 Subject: [PATCH] Add python3.2 for Debian squeezy how-to. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Gross --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README b/README index ce494906..4521f80e 100644 --- a/README +++ b/README @@ -112,6 +112,21 @@ For Debian >= wheezy: For older Debian versions, installing python 3.2 manually is required. +On squeeze you can add following line in **/etc/apt/sources.list** + + deb http://ftp.debian.org/debian wheezy main + +And don't forget the pinning entry in **/etc/apt/preferences.d/wheezy**: + + Package: * + Pin: release n=wheezy + Pin-Priority: 1 + +Please be aware that both **openssh-server** and **openssh-client** might be +removed on **pyhton3.2** installation. You surely want to reinstall them: + + apt-get install -t wheezy openssh-server openssh-client + #### Fedora For Fedora >= 15: