How To Install libgfchangelog-devel on Fedora 36

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

Introduction

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

What is libgfchangelog-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 libgfchangelog.so and changelog C header files.

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

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

sudo dnf -y install libgfchangelog-devel

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

sudo yum -y install libgfchangelog-devel

How To Uninstall libgfchangelog-devel on Fedora 36

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

sudo dnf remove libgfchangelog-devel

libgfchangelog-devel Package Contents on Fedora 36

/usr/include/glusterfs/gfchangelog
/usr/include/glusterfs/gfchangelog/changelog.h
/usr/lib64/libgfchangelog.so
/usr/lib64/pkgconfig/libgfchangelog.pc

References

Summary

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


title: “How To Install libgfchangelog-devel on Fedora 36” linkTitle: “libgfchangelog-devel” type: “docs” description: “In this tutorial we learn how to install libgfchangelog-devel in Fedora 36. libgfchangelog-devel is GlusterFS libchangelog library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgfchangelog-devel-featured.png

Introduction

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

What is libgfchangelog-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 libgfchangelog.so and changelog C header files.

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

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

sudo dnf -y install libgfchangelog-devel

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

sudo yum -y install libgfchangelog-devel

How To Uninstall libgfchangelog-devel on Fedora 36

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

sudo dnf remove libgfchangelog-devel

libgfchangelog-devel Package Contents on Fedora 36

/usr/include/glusterfs/gfchangelog
/usr/include/glusterfs/gfchangelog/changelog.h
/usr/lib/libgfchangelog.so
/usr/lib/pkgconfig/libgfchangelog.pc

References

Summary

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