Linux下查詢命令對應的RPM安裝包

guocun09發表於2017-11-08
在使用LINUX難免遇到一些命令無法使用,例如:
[root@localhost ~]#
ifconfig
-bash: ifconfig: command not found

在命令已有安裝的server中執行以下,可查出命令對應的RPM安裝包
[root@vswhInd4DBt ~]# whereis ifconfig
ifconfig: /sbin/ifconfig /usr/share/man/man8/ifconfig.8.gz
[root@vswhInd4DBt ~]# rpm -qf /sbin/ifconfig
net-tools-1.60-110.el6_2.x86_64

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25583515/viewspace-2146976/,如需轉載,請註明出處,否則將追究法律責任。

相關文章