How To Install ghc-chunked-data on Fedora 36

In this tutorial we learn how to install ghc-chunked-data in Fedora 36. ghc-chunked-data is Typeclasses for dealing with various chunked data representations

Introduction

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

What is ghc-chunked-data

See docs and README at <http

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

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

sudo dnf -y install ghc-chunked-data

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

sudo yum -y install ghc-chunked-data

How To Uninstall ghc-chunked-data on Fedora 36

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

sudo dnf remove ghc-chunked-data

ghc-chunked-data Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/b1f1b901fdc303a9c629efcf315e8f2c9f5a22
/usr/lib64/libHSchunked-data-0.3.1-CED3ueQ3x7E2uZyZneE7XV-ghc8.10.5.so
/usr/share/licenses/ghc-chunked-data
/usr/share/licenses/ghc-chunked-data/LICENSE

References

Summary

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