python - repomd.xml missing for epel-release repo -


i've installed epel-release repo via link :

http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm

, in order install python-pip on centos 7 vm. after tha when want use yum, gives me error :

  not parse metalink https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=i386 error      no repomd file 

it seems miss repomd.xml file in /var/cache/yum/i386/7/epel/

does know how fix ?

https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=i386

if download metalink file , inside, see line this,

# repo = epel-7 arch = i386 error: invalid repo or arch

and few lines says following:

# repo=epel-7&arch=aarch64 # repo=epel-7&arch=ppc64 # repo=epel-7&arch=ppc64le # repo=epel-7&arch=x86_64 

afaik, epel , centos-7 don't support i386 anymore. can still find i386 rpms under centos-7 altarch here, that's it.

for epel provides source rpms here, can used build i386 rpms.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -