如何查找命令属于哪个安装包

简介: 如何查找命令属于哪个安装包
yum whatprovides 命令名

例如

[root@localhost jenkins]# yum whatprovides semanage
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
epel/x86_64/metalink                                                                                              | 7.6 kB  00:00:00
 * base: ftp.sjtu.edu.cn
 * epel: ftp.iij.ad.jp
 * extras: ftp.sjtu.edu.cn
 * updates: ftp.sjtu.edu.cn
base                                                                                                              | 3.6 kB  00:00:00
epel                                                                                                              | 4.7 kB  00:00:00
extras                                                                                                            | 2.9 kB  00:00:00
updates                                                                                                           | 2.9 kB  00:00:00
(1/5): extras/7/x86_64/primary_db                                                                                 | 205 kB  00:00:01
(2/5): epel/x86_64/group_gz                                                                                       |  95 kB  00:00:01
(3/5): updates/7/x86_64/primary_db                                                                                | 3.0 MB  00:00:08
(4/5): epel/x86_64/updateinfo                                                                                     | 1.0 MB  00:00:21
(5/5): epel/x86_64/primary_db                                                                                     | 6.8 MB  00:00:57
epel/x86_64/filelists_db                                                                                          |  12 MB  00:00:15
extras/7/x86_64/filelists_db                                                                                      | 217 kB  00:00:00
updates/7/x86_64/filelists_db                                                                                     | 1.7 MB  00:00:01
policycoreutils-python-2.5-34.el7.x86_64 : SELinux policy core python utilities
Repo        : base
Matched from:
Filename    : /usr/sbin/semanage

如图安装policycoreutils-python-2.5-34.el7.x86_64 就可以用semanage命令了!

目录
相关文章
|
7月前
|
Linux Shell
Linux操作系统下查找大文件或目录的技巧
Linux操作系统下查找大文件或目录的技巧
56 2
|
Ubuntu Perl
Ubuntu已删除包的残余文件删除命令
Ubuntu已删除包的残余文件删除命令
133 0
|
机器学习/深度学习 Linux Windows
linux:2.3.4 查找/搜索命令(find+grep)+压缩/解压缩命令(gzipbzip2+tar+mv+mkdir)
linux:2.3.4 查找/搜索命令(find+grep)+压缩/解压缩命令(gzipbzip2+tar+mv+mkdir)
272 0
linux:2.3.4 查找/搜索命令(find+grep)+压缩/解压缩命令(gzipbzip2+tar+mv+mkdir)
|
Linux
Linux查找和压缩文件:find、which、whereis、tar(上)
1 查找文件 1.1 find 采用递归方式,根据目标的名称、类型、大小等不同属性进行精细查找。 命令的特点:
171 1
|
Linux 数据库 索引
RHEL查找定位文件命令
1.pwd命令 2.cd命令 3.ls命令 4.tree命令 5.find命令 6.locate命令 7.whereis命令 8.which命令
203 0
RHEL查找定位文件命令
|
Linux Windows
Linux查找和压缩文件:find、which、whereis、tar(下)
1 查找文件 1.1 find 采用递归方式,根据目标的名称、类型、大小等不同属性进行精细查找。 命令的特点:
269 0
|
存储 Ubuntu
ubuntu 命令行命令历史记录存储在哪个文件夹
ubuntu 命令行命令历史记录存储在哪个文件夹
351 0