两条命令查找程序在哪个软件包
假如想查找ifconfig在那个软件包中.
1 2 3 4
| $ whereis ifconfig ifconfig: /sbin/ifconfig /usr/share/man/man8/ifconfig.8.gz $ apt-file search /sbin/ifconfig net-tools: /sbin/ifconfig
|
有缩进表示程序的输出. 先用whereis命令大致找出想查询的程序在路径的哪里, 再用apt-file search就可查出程序在哪个包中