How To Install libglusterd0 on Fedora 34

libglusterd0 is GlusterFS libglusterd library GlusterFS libglusterd library

Introduction

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

What is libglusterd0

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 libglusterd library libglusterd0 9.3 1.fc34 x86_64 15 k glusterfs-9.3-1.fc34.src.rpm updates GlusterFS libglusterd 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 libglusterd library

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

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

sudo dnf -y install libglusterd0

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

sudo yum -y install libglusterd0

How To Uninstall libglusterd0 on Fedora 34

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

sudo dnf remove libglusterd0

libglusterd0 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/765efdb106bb6c7e4852d838ee4dbc1aff6427
/usr/lib64/libglusterd.so.0
/usr/lib64/libglusterd.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/9d/77fdba1c9bedc5e729eeacf24de88608a1d738
/usr/lib64/libglusterd.so.0
/usr/lib64/libglusterd.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/b6/4f9171e530ede3d861a7448f6623fa6218333f
/usr/lib/libglusterd.so.0
/usr/lib/libglusterd.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/c153b28f7101d0ba2e2ad28137574456e8dd0b
/usr/lib/libglusterd.so.0
/usr/lib/libglusterd.so.0.0.1

References

Summary

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