How To Install libmacaroons-devel on Rocky Linux 8

In this tutorial we learn how to install libmacaroons-devel on Rocky Linux 8. libmacaroons-devel is Development libraries linking against libmacaroons

Introduction

In this tutorial we learn how to install libmacaroons-devel on Rocky Linux 8.

What is libmacaroons-devel

Development libraries linking against libmacaroons

We can use yum or dnf to install libmacaroons-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libmacaroons-devel.

Install libmacaroons-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libmacaroons-devel

Install libmacaroons-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libmacaroons-devel

How To Uninstall libmacaroons-devel on Rocky Linux 8

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

sudo dnf remove libmacaroons-devel

libmacaroons-devel Package Contents on Rocky Linux 8

/usr/include/macaroons.h
/usr/lib64/libmacaroons.so
/usr/lib64/pkgconfig/libmacaroons.pc

References

Summary

In this tutorial we learn how to install libmacaroons-devel on Rocky Linux 8 using yum and dnf.