How To Install frepple-devel on CentOS 7

In this tutorial we learn how to install frepple-devel on CentOS 7. frepple-devel is The libraries and header files needed for frePPLe development

Introduction

In this tutorial we learn how to install frepple-devel on CentOS 7.

What is frepple-devel

These are the libraries and header files need for developing plug-ins and extensions of frePPLe - free Production PLanning.

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

Install frepple-devel on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install frepple-devel using yum by running the following command:

sudo yum -y install frepple-devel

Install frepple-devel 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 frepple-devel using dnf by running the following command:

sudo dnf -y install frepple-devel

How To Uninstall frepple-devel on CentOS 7

To uninstall only the frepple-devel package we can use the following command:

sudo dnf remove frepple-devel

References

Summary

In this tutorial we learn how to install frepple-devel on CentOS 7 using yum and dnf.