How To Install libgfrpc0 on Fedora 34

libgfrpc0 is GlusterFS libgfrpc0 library GlusterFS libgfrpc0 library

Introduction

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

What is libgfrpc0

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 libgfrpc library libgfrpc0 9.3 1.fc34 x86_64 58 k glusterfs-9.3-1.fc34.src.rpm updates GlusterFS libgfrpc0 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 libgfrpc library

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

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

sudo dnf -y install libgfrpc0

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

sudo yum -y install libgfrpc0

How To Uninstall libgfrpc0 on Fedora 34

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

sudo dnf remove libgfrpc0

libgfrpc0 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/51b811395df7a21298dfff4e8b18e459af7faa
/usr/lib64/libgfrpc.so.0
/usr/lib64/libgfrpc.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/dce851ec4fa90436721914d2d25cd50e6d31c4
/usr/lib64/libgfrpc.so.0
/usr/lib64/libgfrpc.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/d52feebf663df4972f04094414ab71b96891a9
/usr/lib/libgfrpc.so.0
/usr/lib/libgfrpc.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/3a7e5539d139e3b100a938a2a552dee25fe168
/usr/lib/libgfrpc.so.0
/usr/lib/libgfrpc.so.0.0.1

References

Summary

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