Как обновить Debian Linux с etch до lenny
Размещено 2008-11-12
в разделе Администрирование | Метки:
Debian, Linux
Редактируем файл /etc/apt/sources.list заменяем в нем etch на lenny
2,3c2,3 < deb http://ftp2.de.debian.org/debian etch main contrib non-free < deb http://ftp2.de.debian.org/debian-security etch/updates main contrib non-free --- > deb http://ftp2.de.debian.org/debian lenny main contrib non-free > deb http://ftp2.de.debian.org/debian-security lenny/updates main contrib non-free
После этого:
# aptitude update # aptitude -f --with-recommends dist-upgrade