How To Install centos-release-fdio on CentOS 7

In this tutorial we learn how to install centos-release-fdio on CentOS 7. centos-release-fdio is fd.io packages from the CentOS NFV SIG repository

Introduction

In this tutorial we learn how to install centos-release-fdio on CentOS 7.

What is centos-release-fdio

yum configuration and basic docs for fd.io packages as delivered via the CentOS NFV SIG.

We can use yum or dnf to install centos-release-fdio on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install centos-release-fdio.

Install centos-release-fdio on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install centos-release-fdio using yum by running the following command:

sudo yum -y install centos-release-fdio

Install centos-release-fdio on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install centos-release-fdio using dnf by running the following command:

sudo dnf -y install centos-release-fdio

How To Uninstall centos-release-fdio on CentOS 7

To uninstall only the centos-release-fdio package we can use the following command:

sudo dnf remove centos-release-fdio

References

Summary

In this tutorial we learn how to install centos-release-fdio on CentOS 7 using yum and dnf.