How to configure system to use the FIWARE yum repository?

房东的猫 提交于 2019-11-26 23:06:35
henar

You need to add a file fiware.repo in /etc/yum.repos.d/ with the following lines:

[fiware]
name=Fiware Repository
baseurl=http://repositories.lab.fiware.org/repo/rpm/$releasever
gpgcheck=0
enabled=1

I hope it helps you.

EDIT: originally, baseurl were http://repositories.lab.fiware.org/repo/rpm/x86_64/. That is still working, but the correct one since April 2016 uses $releasever. In addition, /x86_64 has been removed.

EDIT: originally, the name was repositories.testbed.fiware.org but it changed to repositories.lab.fiware.org on Feburary 2016.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!