How To Install ghc-cheapskate on Fedora 36

In this tutorial we learn how to install ghc-cheapskate in Fedora 36. ghc-cheapskate is Experimental markdown processor

Introduction

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

What is ghc-cheapskate

This is an experimental Markdown processor in pure Haskell. It aims to process Markdown efficiently and in the most forgiving possible way. It is designed to deal with any input, including garbage, with linear performance. Output is sanitized by default for protection against XSS attacks. Several markdown extensions are implemented, including fenced code blocks, significant list start numbers, and autolinked URLs. See README.markdown for details.

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

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

sudo dnf -y install ghc-cheapskate

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

sudo yum -y install ghc-cheapskate

How To Uninstall ghc-cheapskate on Fedora 36

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

sudo dnf remove ghc-cheapskate

ghc-cheapskate Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/98294b6c20d62a7217529bcfa1eaf975c2ad9e
/usr/lib64/libHScheapskate-0.1.1.2-ElXeSWoltzlGerhkcY1rie-ghc8.10.5.so
/usr/share/licenses/ghc-cheapskate
/usr/share/licenses/ghc-cheapskate/LICENSE

References

Summary

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