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.

16 lines
231 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.

# rpmverify
## 说明
**rpmverify命令** 用来验证已安装的rpm软件包的正确性
## 选项
```markdown
-Va验证所有软件包
-V<软件包>f验证指定软件包
--nomd5不验证软件包的md5摘要
```