* aptでunstableなパッケージのインストール [#v4619a22]
* aptでunstableなパッケージのインストール [#gb483d07]
1. ヘルプスクリプトを取得
cd $HOME/bin
wget http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/debian/alpha/apt-unstable
chmod 755 apt-unstable
2. 設定ファイルを作る
apt-unstable update
3. sources.listの編集
vi $HOME/.apt-unstable/etc/sources.list
deb http://ftp.jp.debian.org/debian/ unstable main non-free contrib
deb-src http://ftp.jp.debian.org/debian/ unstable main non-free contrib
4. 再度
apt-unstable update
5. インストール
apt-unstable -b XXX
*** 参考 [#g682c902]
http://debian.fam.cx/index.php?AptGet