How To Install ghc-filemanip-devel on Fedora 36

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

Introduction

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

What is ghc-filemanip-devel

This package provides the Haskell filemanip library development files.

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

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

sudo dnf -y install ghc-filemanip-devel

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

sudo yum -y install ghc-filemanip-devel

How To Uninstall ghc-filemanip-devel on Fedora 36

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

sudo dnf remove ghc-filemanip-devel

ghc-filemanip-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/filemanip-0.3.6.3
/usr/lib64/ghc-8.10.5/filemanip-0.3.6.3/System
/usr/lib64/ghc-8.10.5/filemanip-0.3.6.3/System/FilePath
/usr/lib64/ghc-8.10.5/filemanip-0.3.6.3/System/FilePath/Find.dyn_hi
/usr/lib64/ghc-8.10.5/filemanip-0.3.6.3/System/FilePath/Find.hi
/usr/lib64/ghc-8.10.5/filemanip-0.3.6.3/System/FilePath/Glob.dyn_hi
/usr/lib64/ghc-8.10.5/filemanip-0.3.6.3/System/FilePath/Glob.hi
/usr/lib64/ghc-8.10.5/filemanip-0.3.6.3/System/FilePath/GlobPattern.dyn_hi
/usr/lib64/ghc-8.10.5/filemanip-0.3.6.3/System/FilePath/GlobPattern.hi
/usr/lib64/ghc-8.10.5/filemanip-0.3.6.3/System/FilePath/Manip.dyn_hi
/usr/lib64/ghc-8.10.5/filemanip-0.3.6.3/System/FilePath/Manip.hi
/usr/lib64/ghc-8.10.5/filemanip-0.3.6.3/libHSfilemanip-0.3.6.3-5Ftr9nUv1bDEMXhF4gGa8c.a
/usr/lib64/ghc-8.10.5/package.conf.d/filemanip-0.3.6.3.conf
/usr/share/doc/ghc-filemanip-devel
/usr/share/doc/ghc-filemanip-devel/README.markdown

References

Summary

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