How To Install ghc-bsb-http-chunked on Fedora 36

In this tutorial we learn how to install ghc-bsb-http-chunked in Fedora 36. ghc-bsb-http-chunked is Chunked HTTP transfer encoding for bytestring builders

Introduction

In this tutorial we learn how to install ghc-bsb-http-chunked on Fedora 36.

What is ghc-bsb-http-chunked

This library contains functions for encoding bytestring builders for chunked HTTP/1.1 transfer. This functionality was extracted from the blaze-builder package.

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

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

sudo dnf -y install ghc-bsb-http-chunked

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

sudo yum -y install ghc-bsb-http-chunked

How To Uninstall ghc-bsb-http-chunked on Fedora 36

To uninstall only the ghc-bsb-http-chunked package we can use the following command:

sudo dnf remove ghc-bsb-http-chunked

ghc-bsb-http-chunked Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/bda6f9703fdaf9ac3958ccbeb94b54abaa4c2d
/usr/lib64/libHSbsb-http-chunked-0.0.0.4-JAgAZCuxymMCfmOZWIIhVX-ghc8.10.5.so
/usr/share/licenses/ghc-bsb-http-chunked
/usr/share/licenses/ghc-bsb-http-chunked/LICENSE

References

Summary

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