How To Install ghc-cheapskate-devel on Fedora 36

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

Introduction

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

What is ghc-cheapskate-devel

This package provides the Haskell cheapskate library development files.

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

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

sudo dnf -y install ghc-cheapskate-devel

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

sudo yum -y install ghc-cheapskate-devel

How To Uninstall ghc-cheapskate-devel on Fedora 36

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

sudo dnf remove ghc-cheapskate-devel

ghc-cheapskate-devel Package Contents on Fedora 36

/usr/bin/cheapskate
/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/0cc1a035a316002e5ba46287ea06468c887edd
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate.dyn_hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate.hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate/Html.dyn_hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate/Html.hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate/Inlines.dyn_hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate/Inlines.hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate/Parse.dyn_hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate/Parse.hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate/ParserCombinators.dyn_hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate/ParserCombinators.hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate/Types.dyn_hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate/Types.hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate/Util.dyn_hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Cheapskate/Util.hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Paths_cheapskate.dyn_hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/Paths_cheapskate.hi
/usr/lib64/ghc-8.10.5/cheapskate-0.1.1.2/libHScheapskate-0.1.1.2-ElXeSWoltzlGerhkcY1rie.a
/usr/lib64/ghc-8.10.5/package.conf.d/cheapskate-0.1.1.2.conf
/usr/share/doc/ghc-cheapskate-devel
/usr/share/doc/ghc-cheapskate-devel/README.markdown
/usr/share/doc/ghc-cheapskate-devel/changelog

References

Summary

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