ホーム » コンピュータ » Linux » Debian » unstableパッケージの部分導入

システム

最近の投稿

  • 洗濯槽クリーニング
    洗濯機、エラー停止の履歴で警告だす機能があったのか。ということで洗濯槽クリーニング開始。 […]
  • どあっぷ
  • 呼んだか?
  • テレビっ子
    部屋の模様替えをしたら、テレビ台に上りやすくなったようで、テレビで遊ぶようになった。 […]
  • Debian/trixie 更新が頻繁
    自宅サーバは、Debian/testing(trixie) で動かしているけど、この10日ほどは apt […]

アーカイブ

カテゴリー

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 コマンドで 新しくなる順に、設定ファイルが並んでいて分りやすい。

Google 検索

My Google   Yahoo

Microsoft

ファンサイト