> For the complete documentation index, see [llms.txt](https://hezhiqiang.gitbook.io/linux/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang.gitbook.io/linux/ming-ling/rpmverify.md).

# rpmverify

验证已安装的RPM软件包的正确性

## 补充说明

**rpmverify命令** 用来验证已安装的rpm软件包的正确性。

### 语法

```
rpmverify(选项)
```

### 选项

```
-Va：验证所有软件包；
-V<软件包>f：验证指定软件包；
--nomd5：不验证软件包的md5摘要。
```
