How To Install ghc-cab-devel on Fedora 36

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

Introduction

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

What is ghc-cab-devel

This package provides the Haskell cab library development files.

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

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

sudo dnf -y install ghc-cab-devel

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

sudo yum -y install ghc-cab-devel

How To Uninstall ghc-cab-devel on Fedora 36

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

sudo dnf remove ghc-cab-devel

ghc-cab-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/cab-0.2.19
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab.dyn_hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab.hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/Commands.dyn_hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/Commands.hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/GenPaths.dyn_hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/GenPaths.hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/PkgDB.dyn_hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/PkgDB.hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/Printer.dyn_hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/Printer.hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/Sandbox.dyn_hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/Sandbox.hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/Utils.dyn_hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/Utils.hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/VerDB.dyn_hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/VerDB.hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/Version.dyn_hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/Distribution/Cab/Version.hi
/usr/lib64/ghc-8.10.5/cab-0.2.19/libHScab-0.2.19-JJY28NJCJEd4EOv9vIZHFu.a
/usr/lib64/ghc-8.10.5/package.conf.d/cab-0.2.19.conf

References

Summary

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