How To Install ghc-data-inttrie on Fedora 36

In this tutorial we learn how to install ghc-data-inttrie in Fedora 36. ghc-data-inttrie is A simple lazy, infinite trie from integers

Introduction

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

What is ghc-data-inttrie

Provides a minimal infinite, lazy trie for integral types. It intentionally leaves out ideas such as delete and emptiness so that it can be used lazily, eg as the target of an infinite foldr. Essentially its purpose is to be an efficient implementation of a function from integral type, given point-at-a-time modifications.

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

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

sudo dnf -y install ghc-data-inttrie

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

sudo yum -y install ghc-data-inttrie

How To Uninstall ghc-data-inttrie on Fedora 36

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

sudo dnf remove ghc-data-inttrie

ghc-data-inttrie Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/13024e4229a376389e9a421e302ce78747fee8
/usr/lib64/libHSdata-inttrie-0.1.4-GvVMjhgrJUkD5XfnHrsYNQ-ghc8.10.5.so
/usr/share/licenses/ghc-data-inttrie
/usr/share/licenses/ghc-data-inttrie/LICENSE

References

Summary

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