yum error “Cannot retrieve metalink for repository: epel. Please verify its path and try again” updating ContextBroker

前端 未结 21 1003
一生所求
一生所求 2020-12-22 18:00

I\'m trying to update Orion ContextBroker using the command yum install contextBroker. Unfortunatelly I get the following error:

Loaded plugins: fast

21条回答
  •  悲哀的现实
    2020-12-22 18:33

    Check if you access internet through a proxy, and then your add internet proxy address to yum configuration.

    add

    proxy=http://ip:port
    

    to /etc/yum.conf

提交回复
热议问题