How To Install libgfxdr0 on Fedora 34

libgfxdr0 is GlusterFS libgfxdr0 library GlusterFS libgfxdr0 library

Introduction

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

What is libgfxdr0

GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over TCP/IP interconnect into one large parallel network filesystem. GlusterFS is one of the most sophisticated file systems in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in user space and easily manageable. This package provides the libgfxdr library libgfxdr0 9.3 1.fc34 x86_64 32 k glusterfs-9.3-1.fc34.src.rpm updates GlusterFS libgfxdr0 library http GPLv2 or LGPLv3+ GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over TCP/IP interconnect into one large parallel network filesystem. GlusterFS is one of the most sophisticated file systems in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in user space and easily manageable. This package provides the libgfxdr library

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

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

sudo dnf -y install libgfxdr0

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

sudo yum -y install libgfxdr0

How To Uninstall libgfxdr0 on Fedora 34

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

sudo dnf remove libgfxdr0

libgfxdr0 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/ab32bdb372b5356de5a4e82eec3af035180b06
/usr/lib64/libgfxdr.so.0
/usr/lib64/libgfxdr.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/79
/usr/lib/.build-id/79/89ba1aa2b480fb1df92bf4ce872350d6f246a3
/usr/lib/libgfxdr.so.0
/usr/lib/libgfxdr.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/423768f8d3ad3ef8ced9e667e0b6e91ddc8429
/usr/lib/libgfxdr.so.0
/usr/lib/libgfxdr.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/4d7ae24ac5cc7bf4fce06bb0618f0101455475
/usr/lib64/libgfxdr.so.0
/usr/lib64/libgfxdr.so.0.0.1

References

Summary

In this tutorial we learn how to install libgfxdr0 on Fedora 34 using yum and dnf.