unstableパッケージの部分導入

何か面白そうなパッケージがないかと、ペンギンの杜を散策していたら、 LEGO NXT用のコンパイラ nbc などが Debian 用のパッケージが出ているらしい。 確かめると、unstable(sid)となっていて、 linux環境が testing なので、慎重に設定しないと、 不安定になるのも困る。 改めて、testing と unstable を混在するためのセッティングを確認する。

// pinningでベースとなるリリースを設定
(( /etc/apt/apt.conf.d/99target ))
APT::Default-Release "testing";

// unstable の sources.list を追加
(( /etc/apt/sources.list.d/unstable.list ))
deb http://ftp.us.debian.org/debian/ \
           unstable main contrib non-free
deb-src http://ftp.us.debian.org/debian/ \
           unstable main contrib non-free
どうでもいいネタだけど、debian の oldstable / stable / testing / unstable というリリースの名前は、最新順に o/s/t/u と英字順となっていて便利。 sources.list.d に、リリース毎にファイルを分けると、ls コマンドで 新しくなる順に、設定ファイルが並んでいて分りやすい。
 

2017年2月

      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28        

ウェブページ

アーカイブ

Webデータ

このブログ記事について

このページは、T-Saitohが2013年4月14日 22:07に書いたブログ記事です。

ひとつ前のブログ記事は「apple-touch-icon.pngを設置」です。

次のブログ記事は「お出かけもないGW、猫寺に行こう。」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。