How To Install libgendersplusplus on Rocky Linux 8
Introduction
In this tutorial we learn how to install libgendersplusplus
on Rocky Linux 8.
What is libgendersplusplus
Genders API for C++.
We can use yum
or dnf
to install libgendersplusplus
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libgendersplusplus.
Install libgendersplusplus 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
using dnf
by running the following command:
sudo dnf -y install libgendersplusplus
Install libgendersplusplus 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
using yum
by running the following command:
sudo yum -y install libgendersplusplus
How To Uninstall libgendersplusplus on Rocky Linux 8
To uninstall only the libgendersplusplus
package we can use the following command:
sudo dnf remove libgendersplusplus
libgendersplusplus Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/56b76c3aac05b6dd693c0335999175e5095d47
/usr/lib64/libgendersplusplus.so.2
/usr/lib64/libgendersplusplus.so.2.0.0
/usr/share/doc/libgendersplusplus
/usr/share/doc/libgendersplusplus/COPYING
/usr/share/doc/libgendersplusplus/DISCLAIMER
/usr/share/doc/libgendersplusplus/DISCLAIMER.UC
References
Summary
In this tutorial we learn how to install libgendersplusplus
on Rocky Linux 8 using yum and dnf.