Configuring the Huawei Yum Source
Procedure
- Back up the base source file.
mv /etc/yum.repos.d/openEuler.repo /etc/yum.repos.d/openEuler.repo.bak
- Download the openeuler_aarch64.repo file.
cd /etc/yum.repos.d/ wget -O /etc/yum.repos.d/openEulerOS.repo https://repo.huaweicloud.com/repository/conf/openeuler_aarch64.repo
- Modify the repo link and replace openEuler-20.03-LTS with openEuler-20.03-LTS-SP1.
vim openEulerOS.repo

- Clear the original yum source cache.
yum clean all
- Refresh the yum source cache.
yum makecache
Parent topic: Configuring the Compilation Environment