How To Install glusterfs-client-xlators on Fedora 36

In this tutorial we learn how to install glusterfs-client-xlators in Fedora 36. glusterfs-client-xlators is GlusterFS client-side translators

Introduction

In this tutorial we learn how to install glusterfs-client-xlators on Fedora 36.

What is glusterfs-client-xlators

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 translators needed on any GlusterFS client.

We can use yum or dnf to install glusterfs-client-xlators on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glusterfs-client-xlators.

Install glusterfs-client-xlators on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install glusterfs-client-xlators using dnf by running the following command:

sudo dnf -y install glusterfs-client-xlators

Install glusterfs-client-xlators on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install glusterfs-client-xlators using yum by running the following command:

sudo yum -y install glusterfs-client-xlators

How To Uninstall glusterfs-client-xlators on Fedora 36

To uninstall only the glusterfs-client-xlators package we can use the following command:

sudo dnf remove glusterfs-client-xlators

glusterfs-client-xlators Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/79a918db29ef69946686188830baf3e6a06612
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/998fc77ca7d63f812abce74df66b62f94194ab
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/023036b1ccbb860f3bbe86b29194f03a865613
/usr/lib/.build-id/88
/usr/lib/.build-id/88/1303a559ad21ad8129f146a25dffceb549f57e
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/e0ee74cf8a0a0cd82c0d9a46899d2c95b84df9
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/d7116e04cc93dc3dbe0154211e4101887e45f2
/usr/lib/glusterfs/10.1/xlator/cluster
/usr/lib/glusterfs/10.1/xlator/cluster/afr.so
/usr/lib/glusterfs/10.1/xlator/cluster/dht.so
/usr/lib/glusterfs/10.1/xlator/cluster/disperse.so
/usr/lib/glusterfs/10.1/xlator/cluster/distribute.so
/usr/lib/glusterfs/10.1/xlator/cluster/ec.so
/usr/lib/glusterfs/10.1/xlator/cluster/nufa.so
/usr/lib/glusterfs/10.1/xlator/cluster/replicate.so
/usr/lib/glusterfs/10.1/xlator/cluster/switch.so
/usr/lib/glusterfs/10.1/xlator/protocol
/usr/lib/glusterfs/10.1/xlator/protocol/client.so
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/75b314978b8ae533eed8d8d69f4bf502b27c3a
/usr/lib/.build-id/43
/usr/lib/.build-id/43/a38518a06c912b1076f18e5194388b07d9f54f
/usr/lib/.build-id/53
/usr/lib/.build-id/53/5074b3beff9893ea5dea348199a2145dacf00d
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/d64c685ac2783aca3a94f8a070379eb7427e95
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/71771a76f3a381f8948d4409d1a4395ea1166a
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/5511fdbd6d164d2bf153e51d0b1ff82264d020
/usr/lib/glusterfs/10.2/xlator/cluster
/usr/lib/glusterfs/10.2/xlator/cluster/afr.so
/usr/lib/glusterfs/10.2/xlator/cluster/dht.so
/usr/lib/glusterfs/10.2/xlator/cluster/disperse.so
/usr/lib/glusterfs/10.2/xlator/cluster/distribute.so
/usr/lib/glusterfs/10.2/xlator/cluster/ec.so
/usr/lib/glusterfs/10.2/xlator/cluster/nufa.so
/usr/lib/glusterfs/10.2/xlator/cluster/replicate.so
/usr/lib/glusterfs/10.2/xlator/cluster/switch.so
/usr/lib/glusterfs/10.2/xlator/protocol
/usr/lib/glusterfs/10.2/xlator/protocol/client.so

References

title: “How To Install glusterfs-client-xlators on Fedora 36”

linkTitle: “glusterfs-client-xlators”

Summary

description: “In this tutorial we learn how to install glusterfs-client-xlators in Fedora 36. glusterfs-client-xlators is GlusterFS client-side translators”

date: “2022-08-17” lastmod: “2022-08-17” In this tutorial we learn how to install glusterfs-client-xlators on Fedora 36 using yum and [dnf]((/fedora/36/dnf/). #image: /images/fedora/36/glusterfs-client-xlators-featured.png


Introduction

In this tutorial we learn how to install glusterfs-client-xlators on Fedora 36.

What is glusterfs-client-xlators

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 translators needed on any GlusterFS client.

We can use yum or dnf to install glusterfs-client-xlators on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glusterfs-client-xlators.

Install glusterfs-client-xlators on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install glusterfs-client-xlators using dnf by running the following command:

sudo dnf -y install glusterfs-client-xlators

Install glusterfs-client-xlators on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install glusterfs-client-xlators using yum by running the following command:

sudo yum -y install glusterfs-client-xlators

How To Uninstall glusterfs-client-xlators on Fedora 36

To uninstall only the glusterfs-client-xlators package we can use the following command:

sudo dnf remove glusterfs-client-xlators

glusterfs-client-xlators Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/e041e3d606398b9c1ab9a4bc2234a449307ae4
/usr/lib/.build-id/43
/usr/lib/.build-id/43/3881fe1578bd1b8fd67e12987042bd94f998e4
/usr/lib/.build-id/49
/usr/lib/.build-id/49/4f8e81779332e29758d75016868de296e40430
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/dc04ecf4fbcc1f091e87c89cc0ed2e81febf0d
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/192add23e45409d09f5f708272a88651539960
/usr/lib/.build-id/81
/usr/lib/.build-id/81/21f567f7fb1bb33079facb66a371b32a1da5e5
/usr/lib64/glusterfs/10.2/xlator/cluster
/usr/lib64/glusterfs/10.2/xlator/cluster/afr.so
/usr/lib64/glusterfs/10.2/xlator/cluster/dht.so
/usr/lib64/glusterfs/10.2/xlator/cluster/disperse.so
/usr/lib64/glusterfs/10.2/xlator/cluster/distribute.so
/usr/lib64/glusterfs/10.2/xlator/cluster/ec.so
/usr/lib64/glusterfs/10.2/xlator/cluster/nufa.so
/usr/lib64/glusterfs/10.2/xlator/cluster/replicate.so
/usr/lib64/glusterfs/10.2/xlator/cluster/switch.so
/usr/lib64/glusterfs/10.2/xlator/protocol
/usr/lib64/glusterfs/10.2/xlator/protocol/client.so
/usr/lib/.build-id
/usr/lib/.build-id/57
/usr/lib/.build-id/57/70426e0b7920c029e33e10d682025abf14a7d5
/usr/lib/.build-id/61
/usr/lib/.build-id/61/fad533af6e9d499857f57641a261341a5eaf2e
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/c8c6655231704388a44d0661c9a6a4d8ddb20e
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/910cce606f775c4387dc3f24d82175ec426945
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/fb00f377f842969931e965f08f4748ddf86661
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/e07ba73bb96fff37e28bf21856759ed9b457f1
/usr/lib64/glusterfs/10.1/xlator/cluster
/usr/lib64/glusterfs/10.1/xlator/cluster/afr.so
/usr/lib64/glusterfs/10.1/xlator/cluster/dht.so
/usr/lib64/glusterfs/10.1/xlator/cluster/disperse.so
/usr/lib64/glusterfs/10.1/xlator/cluster/distribute.so
/usr/lib64/glusterfs/10.1/xlator/cluster/ec.so
/usr/lib64/glusterfs/10.1/xlator/cluster/nufa.so
/usr/lib64/glusterfs/10.1/xlator/cluster/replicate.so
/usr/lib64/glusterfs/10.1/xlator/cluster/switch.so
/usr/lib64/glusterfs/10.1/xlator/protocol
/usr/lib64/glusterfs/10.1/xlator/protocol/client.so

References

Summary

In this tutorial we learn how to install glusterfs-client-xlators on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).