linux 命令和教程补充

This commit is contained in:
estomm
2021-12-24 11:16:28 +08:00
parent 40e916976b
commit b7c3653392
586 changed files with 46455 additions and 39 deletions

23
Linux/command/rpmdb.md Normal file
View File

@@ -0,0 +1,23 @@
rpmdb
===
初始化和重建RPM数据库
## 补充说明
**rpmdb命令** 用于初始化和重建rpm数据库。
### 语法
```shell
rpmdb(选项)
```
### 选项
```shell
--initdb初始化RPM数据库
--rebuilddb从已安装的包头文件反向重建RPM数据库。
```