How To Install ghc-fclabels-devel on Fedora 36

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

Introduction

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

What is ghc-fclabels-devel

This package provides the Haskell fclabels library development files.

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

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

sudo dnf -y install ghc-fclabels-devel

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

sudo yum -y install ghc-fclabels-devel

How To Uninstall ghc-fclabels-devel on Fedora 36

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

sudo dnf remove ghc-fclabels-devel

ghc-fclabels-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label.dyn_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label.hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Base.dyn_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Base.hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Derive.dyn_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Derive.hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Failing.dyn_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Failing.hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Monadic.dyn_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Monadic.hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Mono.dyn_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Mono.hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Partial.dyn_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Partial.hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Point.dyn_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Point.hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Poly.dyn_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Poly.hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Total.dyn_hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/Data/Label/Total.hi
/usr/lib64/ghc-8.10.5/fclabels-2.0.5.1/libHSfclabels-2.0.5.1-4meLGRCx9IPGmqPlO7RM8A.a
/usr/lib64/ghc-8.10.5/package.conf.d/fclabels-2.0.5.1.conf
/usr/share/doc/ghc-fclabels-devel
/usr/share/doc/ghc-fclabels-devel/CHANGELOG
/usr/share/doc/ghc-fclabels-devel/README.md

References

Summary

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