How To Install libgendersplusplus-devel on Rocky Linux 8

In this tutorial we learn how to install libgendersplusplus-devel on Rocky Linux 8. libgendersplusplus-devel is Genders development libraries

Introduction

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

What is libgendersplusplus-devel

Genders development headers and libraries for C++.

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

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

sudo dnf -y install libgendersplusplus-devel

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

sudo yum -y install libgendersplusplus-devel

How To Uninstall libgendersplusplus-devel on Rocky Linux 8

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

sudo dnf remove libgendersplusplus-devel

libgendersplusplus-devel Package Contents on Rocky Linux 8

/usr/include/gendersplusplus.hpp
/usr/lib64/libgendersplusplus.so
/usr/share/doc/libgendersplusplus-devel
/usr/share/doc/libgendersplusplus-devel/COPYING
/usr/share/doc/libgendersplusplus-devel/DISCLAIMER
/usr/share/doc/libgendersplusplus-devel/DISCLAIMER.UC

References

Summary

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