How To Install libgfapi0 on Fedora 34

libgfapi0 is GlusterFS api library GlusterFS api library

Introduction

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

What is libgfapi0

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 glusterfs libgfapi library. libgfapi0 9.3 1.fc34 x86_64 95 k glusterfs-9.3-1.fc34.src.rpm updates GlusterFS api 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 glusterfs libgfapi library.

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

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

sudo dnf -y install libgfapi0

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

sudo yum -y install libgfapi0

How To Uninstall libgfapi0 on Fedora 34

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

sudo dnf remove libgfapi0

libgfapi0 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/f0cf760c691fcbd27a3bda1b84158e902923b5
/usr/lib/.build-id/17
/usr/lib/.build-id/17/9f5a53da0174181025f4d6d12a83b3a37f8511
/usr/lib/glusterfs/9.1/xlator/mount
/usr/lib/glusterfs/9.1/xlator/mount/api.so
/usr/lib/libgfapi.so.0
/usr/lib/libgfapi.so.0.0.0
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/2f5b24d07077279ffa31c0e2dd24b40cfebcf7
/usr/lib/.build-id/9b/2065c582e0526ee1ecc82b76d4cc2de993b55a
/usr/lib64/glusterfs/9.3/xlator/mount
/usr/lib64/glusterfs/9.3/xlator/mount/api.so
/usr/lib64/libgfapi.so.0
/usr/lib64/libgfapi.so.0.0.0
/usr/lib/.build-id
/usr/lib/.build-id/23/7a600146b0c8378ff8d6ca3991f0e6d04bd249
/usr/lib/.build-id/6a/f473f8bfaf27e14dee8443c6e9023593d15456
/usr/lib/glusterfs/9.3/xlator/mount
/usr/lib/glusterfs/9.3/xlator/mount/api.so
/usr/lib/libgfapi.so.0
/usr/lib/libgfapi.so.0.0.0
/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/4a308b9bef70d6760d144b368d0dc14f1d7db8
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/15de8d80a70919c6d4e6f4aff76130683182dd
/usr/lib64/glusterfs/9.1/xlator/mount
/usr/lib64/glusterfs/9.1/xlator/mount/api.so
/usr/lib64/libgfapi.so.0
/usr/lib64/libgfapi.so.0.0.0

References

Summary

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