aptitude コマンドライン

Debian GNU/Linux のパッケージ管理ツールは aptitude。対話環境だけでなく、コマンドラインからもいろいろ出来る模様。
http://dolphin.c.u-tokyo.ac.jp/~nori1/aptitude-ja/ch01s02.htmlとか、http://dolphin.c.u-tokyo.ac.jp/~nori1/aptitude-ja/rn01re01.html

例えばこんな感じ

インストール済みパッケージを検索

aptitude search ~i<パッケージ名(の一部)>

その詳しい表示(パッケージ名、インストールしてあるもののバージョン、状態、簡単な説明)

aptitude search ~i<パッケージ名(の一部)> -F %?p%v#%C#-%d

もっと詳しく

aptitude show ~i<パッケージ名(の一部)>