centos 7.1 - error repository

前端 未结 9 2157
失恋的感觉
失恋的感觉 2021-01-31 21:26

Hello I have download the minimal release of CENTOS 7 at this url link download ISO centos 7.x

All work correctly...the PING and the network is OK. I ping to external HO

9条回答
  •  面向向阳花
    2021-01-31 21:56

    It is the error coming from the https connection in /etc/yum.repos.d/epel.repo after you installed ius-release.rpm through

    sudo yum install -y https://centos7.iuscommunity.org/ius-release.rpm
    

    You need to do following stuff in /etc/yum.repos.d/epel.repo.

    baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
    #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
    

    Uncomment baseurl and comment line beginning with mirrorlist=.

提交回复
热议问题