How To Install ghc-filestore-devel on Fedora 36

In this tutorial we learn how to install ghc-filestore-devel in Fedora 36. ghc-filestore-devel is Haskell filestore library development files

Introduction

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

What is ghc-filestore-devel

This package provides the Haskell filestore library development files.

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

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

sudo dnf -y install ghc-filestore-devel

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

sudo yum -y install ghc-filestore-devel

How To Uninstall ghc-filestore-devel on Fedora 36

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

sudo dnf remove ghc-filestore-devel

ghc-filestore-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/filestore-0.6.5
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore.dyn_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore.hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Compat
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Compat/Locale.dyn_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Compat/Locale.hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Darcs.dyn_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Darcs.hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/DarcsXml.dyn_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/DarcsXml.hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Generic.dyn_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Generic.hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Git.dyn_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Git.hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Mercurial.dyn_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Mercurial.hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/MercurialCommandServer.dyn_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/MercurialCommandServer.hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Types.dyn_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Types.hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Utils.dyn_hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/Data/FileStore/Utils.hi
/usr/lib64/ghc-8.10.5/filestore-0.6.5/libHSfilestore-0.6.5-KUdri0tPDQt7JpeWOGcsCK.a
/usr/lib64/ghc-8.10.5/package.conf.d/filestore-0.6.5.conf
/usr/share/doc/ghc-filestore-devel
/usr/share/doc/ghc-filestore-devel/CHANGES

References

Summary

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