Debian 5.0 lenny 正式リリース (4.0 etch から lenny への移行)
2009年2月15日14時に Debian GNU/Linux 5.0 コードネームlenny の正式リリースがアナウンスされてるのをTwitter経由で知ったのでさっそく試してみた。
#/etc/apt/source.list
deb http://ftp.jp.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.jp.debian.org/debian/ lenny main contrib non-free
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free
#aptitude update
ここでエラーが1つ
W: There are no public key available for the following key IDs
#aptitude install debian-archive-keyring
#aptitude dist-upgrade
以上でetchがlennyにアップグレード完了です。
