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

前端 未结 21 984
一生所求
一生所求 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:26

    For boxes that does not have internet access, you can remove epel repository:

    yum remove epel-release --disablerepo=epel

    This happened to me as I accidentally installed epel-release using rpm on a prod box.

提交回复
热议问题