本文主要是介绍openeuler-20.3-LTS搭建本地yum仓库,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
dvd(最全的rpm包及功能组件)
- https://repo.openeuler.org/openEuler-20.03-LTS-SP2/ISO/x86_64/
- https://repo.openeuler.org/openEuler-20.03-LTS-SP2/ISO/x86_64/openEuler-20.03-LTS-SP2-everything-x86_64-dvd.iso
winrar解压iso
核心就是Packages、repodata
add repo
/etc/yum.repos.d/local_iso.rpeo
[openeuler-20.3]
name=openeuler-20.3
baseurl=http://172.24.20.1/openEuler-20.03-LTS-SP2-everything-x86_64-dvd/
enabled=1
gpgcheck=0
testing
dnf clean all && dnf makecache && dnf repolist
这篇关于openeuler-20.3-LTS搭建本地yum仓库的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!