当前位置:网站首页>Rhel8 series update image Yum source is Tencent cloud Yum source
Rhel8 series update image Yum source is Tencent cloud Yum source
2022-06-24 06:07:00 【Silicon Valley son】
Configuration method
1. Backup ( If there are other configurations epel Source )
mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.backup mv /etc/yum.repos.d/epel-testing.repo /etc/yum.repos.d/epel-testing.repo.backup
2. Download new repo To /etc/yum.repos.d/
epel(RHEL 8)
1) install epel Configuration package
yum install -y https://mirrors.cloud.tencent.com/epel/epel-release-latest-8.noarch.rpm
2) take repo Replace the address in the configuration with the address of alicloud image station
sed -i 's|^#baseurl=https://download.example/pub|baseurl=https://mirrors.cloud.tencent.com|' /etc/yum.repos.d/epel* sed -i 's|^metalink|#metalink|' /etc/yum.repos.d/epel*
epel(RHEL 7)
wget -O /etc/yum.repos.d/epel.repo http://mirrors.cloud.tencent.com/repo/epel-7.repo
epel(RHEL 6)
wget -O /etc/yum.repos.d/epel.repo http://mirrors.cloud.tencent.com/repo/epel-6.repo
epel(RHEL 5)
wget -O /etc/yum.repos.d/epel.repo http://mirrors.cloud.tencent.com/repo/epel-5.repo
Update cache
yum clean all yum makecache
边栏推荐
- Mysql database backup under Windows Environment
- How to make a website with a domain name? What are the functions of the website?
- Flutter layout Basics - page navigation and return
- Clickhouse alter table execution process
- Fixed assets management software enables enterprises to realize intelligent management of fixed assets
- Less network card filters
- Intelligent monitoring era - the way of monitoring construction
- Analysis of official template of micro build low code (I)
- My two-year persistence is worth it!
- Figure 1 understand Tencent reassurance platform
猜你喜欢
随机推荐
Neighbor vote: use proximity voting to optimize monocular 3D target detection (ACM mm2021)
A letter from little potato
Analysis of official template of wechat personnel recruitment management system (I)
Risc-v assembly language programming (2) assembly program ASM_ run_ led
How to resolve the domain name? How to choose a domain name?
Tencent cloud harbor private warehouse deployment practice
How to record the purchased domain name? Why should the purchased domain name be filed?
Tencent security monthly report - Tencent security has been selected into several authoritative research reports, a data security special committee has been established, and zero trust specifications
12. Tencent cloud IOT device side learning -- NTP function and Implementation
Tencent cloud ceontos server patrol script
MySQL forgets root password cracking root password cracking all user passwords, shell script
Why storage?
Netaapp data recovery process
Tomorrow, we will help farmers make their debut together!
A plate processing device of network separator which can adapt to different line port positions
Ups and esxi realize automatic shutdown after power failure
TensorFlow 2 quickstart for beginners
Interpretation of Cocos creator source code: siblingindex and zindex
ZABBIX enterprise distributed monitoring
Little transparent apprentice's way to go ashore



