パッケージがインストールされているか確認する。
1 2 | $ aptitude search sshfs 結果→ p sshfs - filesystem client based on SSH File Transfer Protocol |
最初の1文字目(現在の状態):
p パッケージまだ入れたこと無い インストールされてない
i インストール済み
c パッケージはないけど、設定ファイル残ってる(一度入れたことあると思われる) 今はインストールされてない
v 仮想パッケージ
2文字目(予定): なし なし
i インストール予定
d パッケージ削除予定
p パッケージと設定を削除予定
3文字目: A 自動インストールされたもの
パッケージの詳細を表示する
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | $ aptitude show nmap パッケージ: nmap 状態: インストール済み 自動的にインストールされた: no バージョン: 4.62-1 優先度: 特別 セクション: net メンテナ: LaMont Jones <lamont@debian.org> 展開サイズ: 3781k 依存: libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1), libpcap0.8 (>= 0.9.3-1), libpcre3 (>= 7.4), libssl0.9.8 (>= 0.9.8f-5), libstdc++6 (>= 4.2.1) 説明: The Network Mapper Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ. |