= Installing from available binary packages link:release_notes.html[< Home] == Centos === CentOS 7.2 - Honeycomb Release RPMs ==== Add fd.io repo Create a file /etc/yum.repos.d/honeycomb-release.repo with contents: [honeycomb-release] name=honeycomb release branch latest merge baseurl=https://nexus.fd.io/content/repositories/fd.io.centos7/ enabled=1 gpgcheck=0 ==== Install honeycomb packages sudo yum install honeycomb == Ubuntu === Ubuntu 14.04 - Honeycomb Release DEB Ubuntu 14.04 packages are no longer published. But you can build them link:install_manual_build.html#_building_packages[manually]. === Ubuntu 16.04 - Honeycomb Release DEB Pick Ubuntu version: export UBUNTU="xenial" Then run: sudo rm /etc/apt/sources.list.d/99fd.io.list echo "deb [trusted=yes] https://nexus.fd.io/content/repositories/fd.io.ubuntu.$UBUNTU.main/ ./" | sudo tee -a /etc/apt/sources.list.d/99fd.io.list sudo apt-get update sudo apt-get install honeycomb == SNAPSHOT versions For SNAPSHOT versions, SNAPSHOT repositories have to be used. Each branch has its own repository at: https://nexus.fd.io/content/repositories/. In case SNAPSHOT versions needs to be used, update the URL pointing to the repository from previous steps according to the repository names listed at provided link.