How To Install ghc-blaze-textual on Fedora 36

In this tutorial we learn how to install ghc-blaze-textual in Fedora 36. ghc-blaze-textual is Fast rendering of common datatypes

Introduction

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

What is ghc-blaze-textual

A library for efficiently rendering Haskell datatypes to bytestrings.

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

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

sudo dnf -y install ghc-blaze-textual

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

sudo yum -y install ghc-blaze-textual

How To Uninstall ghc-blaze-textual on Fedora 36

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

sudo dnf remove ghc-blaze-textual

ghc-blaze-textual Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/1897ee958cd1a320c4d55d721c428dff9a5541
/usr/lib64/libHSblaze-textual-0.2.1.0-AIEvmpQOwZI5d21bKtX0KE-ghc8.10.5.so
/usr/share/licenses/ghc-blaze-textual
/usr/share/licenses/ghc-blaze-textual/LICENSE

References

Summary

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