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.

25 lines
412 B

7 years ago
rpmverify
===
验证已安装的RPM软件包的正确性
## 补充说明
**rpmverify命令** 用来验证已安装的rpm软件包的正确性。
### 语法
```
rpmverify(选项)
```
### 选项
```
-Va验证所有软件包
-V<软件包>f验证指定软件包
--nomd5不验证软件包的md5摘要。
```
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->