You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
561 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

rpmquery
===
从RPM数据库中查询软件包信息
## 说明
**rpmquery命令** 使用多种依据从rpm数据库中查询软件包信息
## 选项
```
rpmquery(选项)
```
```
-qf查询指定的文件所属的软件包
-q查询指定的软件包是否被安装
-qc查询软件包中的配置文件
-qd查询软件包中的文档文件
-qi查询软件包的基本信息
```
## 实例
使用rpmquery命令查询指定文件所属的软件包
```
[root@localhost ~]# rpmquery -qf /usr/bin/htpasswd
httpd-2.2.3-81.el5.centos
```