How To Install ghc-blaze-builder on Fedora 36

In this tutorial we learn how to install ghc-blaze-builder in Fedora 36. ghc-blaze-builder is Efficient buffered output

Introduction

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

What is ghc-blaze-builder

This library provides an implementation of the older blaze-builder interface in terms of the new builder that shipped with bytestring-0.10.4.0 This implementation is mostly intended as a bridge to the new builder, so that code that uses the old interface can interoperate with code that uses the new implementation. Note that no attempt has been made to preserve the old internal modules, so code that has these dependencies cannot use this interface. New code should, for the most part, use the new interface. However, this module does implement a chunked HTTP encoding, which is not otherwise implemented (yet?) with the new builder.

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

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

sudo dnf -y install ghc-blaze-builder

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

sudo yum -y install ghc-blaze-builder

How To Uninstall ghc-blaze-builder on Fedora 36

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

sudo dnf remove ghc-blaze-builder

ghc-blaze-builder Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/a99762a4f8afb83fb7cfa378798ddec3ea6401
/usr/lib64/libHSblaze-builder-0.4.2.1-CvyaA91rGJh3LGq34EOJVB-ghc8.10.5.so
/usr/share/licenses/ghc-blaze-builder
/usr/share/licenses/ghc-blaze-builder/LICENSE

References

Summary

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