Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

hellozrh
Copy link
Contributor

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

  • “yum install *.rpm“的安装方式,因为rpm包有复杂的依赖关系,安装时因为当前正在安装的包的依赖包没有安装导致当前包安装失败。
  • 使用rpm -Uvh的方式,可以依次安装各个rpm包,全部安装成功后再检查依赖是否正确。

修复离线rpm包安装方式,解决各个rpm包先后依赖安装顺序不一致导致安装失败的问题。
@hellozrh hellozrh requested a review from khs1994 as a code owner August 17, 2023 08:18
@insistcp
Copy link

insistcp commented Aug 17, 2023 via email

@visionguo
Copy link

visionguo commented Aug 17, 2023 via email

@yeasy yeasy merged commit 439264a into yeasy:master Aug 18, 2023
1 check failed
@hellozrh hellozrh deleted the dev1 branch August 21, 2023 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants