zhanggaofeng

Linux 更新yum源

cd /etc/yum.repos.d/
rm -f *.repo
curl -sO http://mirrors.aliyun.com/repo/Centos-7.repo
curl -sO http://mirrors.aliyun.com/repo/epel-7.repo
 
yum clean all
 
yum -y install xxx

 

分类:

技术点:

相关文章:

  • 2022-01-22
  • 2021-12-05
  • 2021-10-15
  • 2022-02-11
  • 2022-02-11
  • 2022-12-23
  • 2022-01-10
  • 2021-08-14
猜你喜欢
  • 2022-01-07
  • 2021-12-18
  • 2022-12-23
  • 2021-12-05
  • 2022-02-02
  • 2021-11-06
  • 2022-12-23
相关资源
相似解决方案