How To Install ghc-unordered-containers on Fedora 36

In this tutorial we learn how to install ghc-unordered-containers in Fedora 36. ghc-unordered-containers is Efficient hashing-based container types

Introduction

In this tutorial we learn how to install ghc-unordered-containers on Fedora 36.

What is ghc-unordered-containers

Efficient hashing-based container types. The containers have been optimized for performance critical use, both in terms of large data quantities and high speed. The declared cost of each operation is either worst-case or amortized, but remains valid even if structures are shared.

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

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

sudo dnf -y install ghc-unordered-containers

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

sudo yum -y install ghc-unordered-containers

How To Uninstall ghc-unordered-containers on Fedora 36

To uninstall only the ghc-unordered-containers package we can use the following command:

sudo dnf remove ghc-unordered-containers

ghc-unordered-containers Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/fb377b06ea5aada5a0372b4b79ee91e1c3726b
/usr/lib64/libHSunordered-containers-0.2.14.0-HBBKkH2htsO1rAZUyxA0VG-ghc8.10.5.so
/usr/share/licenses/ghc-unordered-containers
/usr/share/licenses/ghc-unordered-containers/LICENSE

References

Summary

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