mirror of
https://github.com/Estom/notes.git
synced 2026-04-24 18:42:39 +08:00
linux 命令和教程补充
This commit is contained in:
23
Linux/command/rpmdb.md
Normal file
23
Linux/command/rpmdb.md
Normal file
@@ -0,0 +1,23 @@
|
||||
rpmdb
|
||||
===
|
||||
|
||||
初始化和重建RPM数据库
|
||||
|
||||
## 补充说明
|
||||
|
||||
**rpmdb命令** 用于初始化和重建rpm数据库。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
rpmdb(选项)
|
||||
```
|
||||
|
||||
### 选项
|
||||
|
||||
```shell
|
||||
--initdb:初始化RPM数据库;
|
||||
--rebuilddb:从已安装的包头文件,反向重建RPM数据库。
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user