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
682 B

7 years ago
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
```
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->