mirror of
https://github.com/Estom/notes.git
synced 2026-04-24 18:42:39 +08:00
linux 命令和教程补充
This commit is contained in:
24
Linux/command/rpmverify.md
Normal file
24
Linux/command/rpmverify.md
Normal file
@@ -0,0 +1,24 @@
|
||||
rpmverify
|
||||
===
|
||||
|
||||
验证已安装的RPM软件包的正确性
|
||||
|
||||
## 补充说明
|
||||
|
||||
**rpmverify命令** 用来验证已安装的rpm软件包的正确性。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
rpmverify(选项)
|
||||
```
|
||||
|
||||
### 选项
|
||||
|
||||
```shell
|
||||
-Va:验证所有软件包;
|
||||
-V<软件包>f:验证指定软件包;
|
||||
--nomd5:不验证软件包的md5摘要。
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user