パッケージをインストールした後にどのコマンドを使用できるかを調べる方法はありますかapt-get
?
私が走りたいと仮定しましょうapt-get -y net-tools
。
Host> apt-cache show net-tools
Package: net-tools
Version: 1.60-24.2
Installed-Size: 916
Maintainer: net-tools Team <[email protected]>
Architecture: amd64
Replaces: ja-trans (<= 0.8-2), netbase (<< 4.00)
Depends: libc6 (>= 2.4)
Conflicts: ja-trans (<= 0.8-2)
Description-en: The NET-3 networking toolkit
This package includes the important tools for controlling the network
subsystem of the Linux kernel. This includes arp, ifconfig, netstat,
rarp, nameif and route. Additionally, this package contains utilities
relating to particular network hardware types (plipconfig, slattach,
mii-tool) and advanced aspects of IP configuration (iptunnel, ipmaddr).
.
In the upstream package 'hostname' and friends are included. Those are
not installed by this package, since there is a special "hostname*.deb".
Homepage: http://net-tools.berlios.de/
Description-md5: 003fb6a11fdb767fff574478588a3ca8
Tag: admin::configuring, implemented-in::c, interface::commandline,
network::configuration, network::routing, network::vpn, protocol::ipv6,
role::program, scope::utility, use::routing
Section: net
Priority: important
Filename: pool/main/n/net-tools/net-tools_1.60-24.2_amd64.deb
Size: 346084
MD5sum: 7ef2fa3c53ba45adf9b3c369ef5ba458
SHA1: f8fa10c12f3309c69ed2a010e4824b6c41957c20
SHA256: a27cb96bc41b9349f6ab0a102cf8ed9210a129b2a67ca2a108675235d3600aaa
Host>
apt-cache show net-tools
すべての情報が表示されますか(arp、ifconfig、netstat、rarp、nameif、Route、plipconfig、slattach、mii-tool、iptunnel、ipmaddr)?
答え1
apt-cache
これを行う方法はありません。しかし、apt-file
ご要望どおりに処理いたします。マンページ:http://manpages.ubuntu.com/manpages/vivid/en/man1/apt-file.1.html
apt-file list net-tools
net-toolsがインストールされていない場合でも、net-toolsがインストールしたファイルのリストを実行して確認できます。
apt-file
この情報のキャッシュは実際に使用され、定期的にこの情報を更新する必要がありますapt-file update
。
答え2
apt-file
まだパッケージをダウンロードしていない場合でも、パッケージを使用してパッケージ内のすべてのファイルを一覧表示できます。その後、grepでフィルタリングします。
$ apt-file list net-tools | grep bin
net-tools: /bin/netstat
net-tools: /sbin/ifconfig
net-tools: /sbin/ipmaddr
net-tools: /sbin/iptunnel
net-tools: /sbin/mii-tool
net-tools: /sbin/nameif
net-tools: /sbin/plipconfig
net-tools: /sbin/rarp
net-tools: /sbin/route
net-tools: /sbin/slattach
net-tools: /usr/sbin/arp