Skip to content

Commit

Permalink
修复离线rpm包安装方式,解决各个rpm包先后依赖安装顺序不一致导致安装失败的问题。
Browse files Browse the repository at this point in the history
修复离线rpm包安装方式,解决各个rpm包先后依赖安装顺序不一致导致安装失败的问题。
  • Loading branch information
hellozrh authored Aug 17, 2023
1 parent f34a985 commit 41558e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ exiting because "Download Only" specified
```
#### 复制到目标服务器之后进入文件夹安装(C-N)

* 离线安装时必须使用rpm命令不检查依赖的方式安装
```bash
yum install *.rpm
rpm -Uvh *.rpm --nodeps --force
```
#### 锁定软件版本(C-N)
Expand Down

0 comments on commit 41558e7

Please sign in to comment.