在centos上根据命令寻找软件包
yum provides命令用于查找提供特定文件或包的软件,当你想要知道哪个软件包安装了特定的文件
yum provides
yum --help
provides Find what package provides the given value
testing
- yum provides */rz
- yum whatprovides */rz
[root@r6-24 ~]# yum provides */rz
Loaded plugins: product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
lrzsz-0.12.20-27.1.el6.x86_64 : The lrz and lsz modem communications programs
Repo : local-iso
Matched from:
Filename : /usr/bin/rz
lrzsz-0.12.20-27.1.el6.x86_64 : The lrz and lsz modem communications programs
Repo : installed
Matched from:
Filename : /usr/bin/rz
[root@r6-24 ~]# yum whatprovides */rz
Loaded plugins: product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
lrzsz-0.12.20-27.1.el6.x86_64 : The lrz and lsz modem communications programs
Repo : local-iso
Matched from:
Filename : /usr/bin/rz
lrzsz-0.12.20-27.1.el6.x86_64 : The lrz and lsz modem communications programs
Repo : installed
Matched from:
Filename : /usr/bin/rz