How To Install libglusterfs-devel on Fedora 36

In this tutorial we learn how to install libglusterfs-devel in Fedora 36. libglusterfs-devel is GlusterFS libglusterfs library

Introduction

In this tutorial we learn how to install libglusterfs-devel on Fedora 36.

What is libglusterfs-devel

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 libglusterfs.so and the gluster C header files.

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

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

sudo dnf -y install libglusterfs-devel

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

sudo yum -y install libglusterfs-devel

How To Uninstall libglusterfs-devel on Fedora 36

To uninstall only the libglusterfs-devel package we can use the following command:

sudo dnf remove libglusterfs-devel

libglusterfs-devel Package Contents on Fedora 36

/usr/include/glusterfs
/usr/include/glusterfs/async.h
/usr/include/glusterfs/atomic.h
/usr/include/glusterfs/byte-order.h
/usr/include/glusterfs/call-stub.h
/usr/include/glusterfs/checksum.h
/usr/include/glusterfs/circ-buff.h
/usr/include/glusterfs/client_t.h
/usr/include/glusterfs/cluster-syncop.h
/usr/include/glusterfs/common-utils.h
/usr/include/glusterfs/compat-errno.h
/usr/include/glusterfs/compat-io_uring.h
/usr/include/glusterfs/compat-uuid.h
/usr/include/glusterfs/compat.h
/usr/include/glusterfs/daemon.h
/usr/include/glusterfs/default-args.h
/usr/include/glusterfs/defaults.h
/usr/include/glusterfs/dict.h
/usr/include/glusterfs/event-history.h
/usr/include/glusterfs/events.h
/usr/include/glusterfs/fd-lk.h
/usr/include/glusterfs/fd.h
/usr/include/glusterfs/gd-common-utils.h
/usr/include/glusterfs/gf-dirent.h
/usr/include/glusterfs/gf-event.h
/usr/include/glusterfs/gf-io-common.h
/usr/include/glusterfs/gf-io-legacy.h
/usr/include/glusterfs/gf-io-uring.h
/usr/include/glusterfs/gf-io.h
/usr/include/glusterfs/gidcache.h
/usr/include/glusterfs/glfs-message-id.h
/usr/include/glusterfs/globals.h
/usr/include/glusterfs/glusterfs-acl.h
/usr/include/glusterfs/glusterfs-fops.h
/usr/include/glusterfs/glusterfs.h
/usr/include/glusterfs/graph-utils.h
/usr/include/glusterfs/hashfn.h
/usr/include/glusterfs/iatt.h
/usr/include/glusterfs/inode.h
/usr/include/glusterfs/iobuf.h
/usr/include/glusterfs/latency.h
/usr/include/glusterfs/libglusterfs-messages.h
/usr/include/glusterfs/list.h
/usr/include/glusterfs/lkowner.h
/usr/include/glusterfs/locking.h
/usr/include/glusterfs/logging.h
/usr/include/glusterfs/lvm-defaults.h
/usr/include/glusterfs/mem-pool.h
/usr/include/glusterfs/mem-types.h
/usr/include/glusterfs/monitoring.h
/usr/include/glusterfs/options.h
/usr/include/glusterfs/parse-utils.h
/usr/include/glusterfs/quota-common-utils.h
/usr/include/glusterfs/rbthash.h
/usr/include/glusterfs/refcount.h
/usr/include/glusterfs/revision.h
/usr/include/glusterfs/rot-buffs.h
/usr/include/glusterfs/run.h
/usr/include/glusterfs/server/authenticate.h
/usr/include/glusterfs/server/server-common.h
/usr/include/glusterfs/server/server-helpers.h
/usr/include/glusterfs/server/server-mem-types.h
/usr/include/glusterfs/server/server-messages.h
/usr/include/glusterfs/server/server.h
/usr/include/glusterfs/stack.h
/usr/include/glusterfs/statedump.h
/usr/include/glusterfs/store.h
/usr/include/glusterfs/strfd.h
/usr/include/glusterfs/syncop-utils.h
/usr/include/glusterfs/syncop.h
/usr/include/glusterfs/syscall.h
/usr/include/glusterfs/template-component-messages.h
/usr/include/glusterfs/throttle-tbf.h
/usr/include/glusterfs/timer.h
/usr/include/glusterfs/timespec.h
/usr/include/glusterfs/trie.h
/usr/include/glusterfs/upcall-utils.h
/usr/include/glusterfs/xlator.h
/usr/include/glusterfs/y.tab.h
/usr/lib64/libglusterfs.so
---
title: "How To Install libglusterfs-devel on Fedora 36"
linkTitle: "libglusterfs-devel"
type: "docs"
description: "In this tutorial we learn how to install libglusterfs-devel in Fedora 36. libglusterfs-devel is GlusterFS libglusterfs library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libglusterfs-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `libglusterfs-devel` on Fedora 36.

### What is `libglusterfs-devel`

References

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 libglusterfs.so and the gluster C header files.

Summary

We can use yum or dnf to install libglusterfs-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libglusterfs-devel. In this tutorial we learn how to install libglusterfs-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

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

sudo dnf -y install libglusterfs-devel

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

sudo yum -y install libglusterfs-devel

How To Uninstall libglusterfs-devel on Fedora 36

To uninstall only the libglusterfs-devel package we can use the following command:

sudo dnf remove libglusterfs-devel

libglusterfs-devel Package Contents on Fedora 36

/usr/include/glusterfs
/usr/include/glusterfs/async.h
/usr/include/glusterfs/atomic.h
/usr/include/glusterfs/byte-order.h
/usr/include/glusterfs/call-stub.h
/usr/include/glusterfs/checksum.h
/usr/include/glusterfs/circ-buff.h
/usr/include/glusterfs/client_t.h
/usr/include/glusterfs/cluster-syncop.h
/usr/include/glusterfs/common-utils.h
/usr/include/glusterfs/compat-errno.h
/usr/include/glusterfs/compat-io_uring.h
/usr/include/glusterfs/compat-uuid.h
/usr/include/glusterfs/compat.h
/usr/include/glusterfs/daemon.h
/usr/include/glusterfs/default-args.h
/usr/include/glusterfs/defaults.h
/usr/include/glusterfs/dict.h
/usr/include/glusterfs/event-history.h
/usr/include/glusterfs/events.h
/usr/include/glusterfs/fd-lk.h
/usr/include/glusterfs/fd.h
/usr/include/glusterfs/gd-common-utils.h
/usr/include/glusterfs/gf-dirent.h
/usr/include/glusterfs/gf-event.h
/usr/include/glusterfs/gf-io-common.h
/usr/include/glusterfs/gf-io-legacy.h
/usr/include/glusterfs/gf-io-uring.h
/usr/include/glusterfs/gf-io.h
/usr/include/glusterfs/gidcache.h
/usr/include/glusterfs/glfs-message-id.h
/usr/include/glusterfs/globals.h
/usr/include/glusterfs/glusterfs-acl.h
/usr/include/glusterfs/glusterfs-fops.h
/usr/include/glusterfs/glusterfs.h
/usr/include/glusterfs/graph-utils.h
/usr/include/glusterfs/hashfn.h
/usr/include/glusterfs/iatt.h
/usr/include/glusterfs/inode.h
/usr/include/glusterfs/iobuf.h
/usr/include/glusterfs/latency.h
/usr/include/glusterfs/libglusterfs-messages.h
/usr/include/glusterfs/list.h
/usr/include/glusterfs/lkowner.h
/usr/include/glusterfs/locking.h
/usr/include/glusterfs/logging.h
/usr/include/glusterfs/lvm-defaults.h
/usr/include/glusterfs/mem-pool.h
/usr/include/glusterfs/mem-types.h
/usr/include/glusterfs/monitoring.h
/usr/include/glusterfs/options.h
/usr/include/glusterfs/parse-utils.h
/usr/include/glusterfs/quota-common-utils.h
/usr/include/glusterfs/rbthash.h
/usr/include/glusterfs/refcount.h
/usr/include/glusterfs/revision.h
/usr/include/glusterfs/rot-buffs.h
/usr/include/glusterfs/run.h
/usr/include/glusterfs/server/authenticate.h
/usr/include/glusterfs/server/server-common.h
/usr/include/glusterfs/server/server-helpers.h
/usr/include/glusterfs/server/server-mem-types.h
/usr/include/glusterfs/server/server-messages.h
/usr/include/glusterfs/server/server.h
/usr/include/glusterfs/stack.h
/usr/include/glusterfs/statedump.h
/usr/include/glusterfs/store.h
/usr/include/glusterfs/strfd.h
/usr/include/glusterfs/syncop-utils.h
/usr/include/glusterfs/syncop.h
/usr/include/glusterfs/syscall.h
/usr/include/glusterfs/template-component-messages.h
/usr/include/glusterfs/throttle-tbf.h
/usr/include/glusterfs/timer.h
/usr/include/glusterfs/timespec.h
/usr/include/glusterfs/trie.h
/usr/include/glusterfs/upcall-utils.h
/usr/include/glusterfs/xlator.h
/usr/include/glusterfs/y.tab.h
/usr/lib/libglusterfs.so

References

Summary

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