How To Install ghc-filestore on Fedora 36

In this tutorial we learn how to install ghc-filestore in Fedora 36. ghc-filestore is Interface for versioning file stores

Introduction

In this tutorial we learn how to install ghc-filestore on Fedora 36.

What is ghc-filestore

The filestore library provides an abstract interface for a versioning file store, and modules that instantiate this interface. Currently Git, Darcs, and Mercurial modules are provided, and other VCSs or databases could be added.

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

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

sudo dnf -y install ghc-filestore

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

sudo yum -y install ghc-filestore

How To Uninstall ghc-filestore on Fedora 36

To uninstall only the ghc-filestore package we can use the following command:

sudo dnf remove ghc-filestore

ghc-filestore Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/20d58fb7dd3eb7a21611b5e8436f076e614267
/usr/lib64/libHSfilestore-0.6.5-KUdri0tPDQt7JpeWOGcsCK-ghc8.10.5.so
/usr/share/licenses/ghc-filestore
/usr/share/licenses/ghc-filestore/LICENSE

References

Summary

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