How To Install ghc-blaze-html on Fedora 36

In this tutorial we learn how to install ghc-blaze-html in Fedora 36. ghc-blaze-html is A blazingly fast HTML combinator library for Haskell

Introduction

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

What is ghc-blaze-html

A blazingly fast HTML combinator library for the Haskell programming language. The Text.Blaze module is a good starting point, as well as this tutorial <http

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

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

sudo dnf -y install ghc-blaze-html

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

sudo yum -y install ghc-blaze-html

How To Uninstall ghc-blaze-html on Fedora 36

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

sudo dnf remove ghc-blaze-html

ghc-blaze-html Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/a6e6f5d4bedd358faab0ef7b67e138bc36c5f1
/usr/lib64/libHSblaze-html-0.9.1.2-E34VKXQv2C22hM6BxlG1jb-ghc8.10.5.so
/usr/share/licenses/ghc-blaze-html
/usr/share/licenses/ghc-blaze-html/LICENSE

References

Summary

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