User Tools

Site Tools


blog:upgrade_debian_etch_to_lenny

This is an old revision of the document!


Upgrade debian etch to lenny

To upgrade the Linux Debian Stable Etch to testing Lenny, just need to follow these two steps.

1. Edit sources.list

sudo vi /etc/apt/sources.list

and change all words etch to lenny, or stable to testing (vim: :s/etch/lenny/g)

2. Update and upgrade

sudo aptitude update
sudo aptitude install apt dpkg aptitude
sudo aptitude full-upgrade

that is all, this also work if you want to go from lenny to sid, just change your sources.list accordingly.

It is also better if you start your Debian Linux in text mode, so GDM or KDM could be restarted without problems.

Ref: http://www.go2linux.org/upgrading-debian

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
   ___   __  __ ______   __    ___ 
  / _ | / / / //_  __/  / /   / _ \
 / __ |/ /_/ /  / /    / /__ / // /
/_/ |_|\____/  /_/    /____//____/
 
blog/upgrade_debian_etch_to_lenny.1281800536.txt.gz · Last modified: 2010-08-14 17:42 by brb