How To Install libgendersplusplus on Fedora 34

libgendersplusplus is Genders libraries for C++ Genders libraries for C++

Introduction

In this tutorial we learn how to install libgendersplusplus on Fedora 34.

What is libgendersplusplus

Genders API for C++. libgendersplusplus 1.27.2 6.fc34 x86_64 28 k genders-1.27.2-6.fc34.src.rpm fedora Genders libraries for C++ https GPLv2 Genders API for C++.

We can use yum or dnf to install libgendersplusplus on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libgendersplusplus.

Install libgendersplusplus on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install libgendersplusplus

Install libgendersplusplus on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 Fedora 34

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

sudo dnf remove libgendersplusplus

libgendersplusplus Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/4eb3c9bbe2aec495df5cc12cca808d7dc7c6f8
/usr/lib/libgendersplusplus.so.2
/usr/lib/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
/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/4a52d5f5c4207ff02b7455a05885335212c94f
/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 Fedora 34 using yum and dnf.