修复离线rpm包安装方式,解决各个rpm包先后依赖安装顺序不一致导致安装失败的问题。

修复离线rpm包安装方式,解决各个rpm包先后依赖安装顺序不一致导致安装失败的问题。
pull/530/head
hellozrh 2023-08-17 16:15:16 +08:00 committed by GitHub
parent f34a985a78
commit 41558e73b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -79,8 +79,9 @@ exiting because "Download Only" specified
```
#### (C-N)
* 线使rpm
```bash
yum install *.rpm
rpm -Uvh *.rpm --nodeps --force
```
#### (C-N)