Repo Configuration on openEuler
- Create a Yum repo configuration file.
1vim /etc/yum.repos.d/openEuler.repoThe content is as follows:1 2 3 4 5 6
[openEuler] name=openEuler repository baseurl=https://mirrors.aliyun.com/openeuler/openEuler-24.03-LTS/OS/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://repo.openeuler.org/openEuler-24.03-LTS/OS/x86_64/RPM-GPG-KEY-openEuler
- Update the Yum cache.
1yum makecache
Parent topic: FAQs About Software Installation