How To Install ghc-data-ordlist on Fedora 36

In this tutorial we learn how to install ghc-data-ordlist in Fedora 36. ghc-data-ordlist is Haskell data-ordlist library

Introduction

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

What is ghc-data-ordlist

This package provides the Haskell data-ordlist library.

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

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

sudo dnf -y install ghc-data-ordlist

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

sudo yum -y install ghc-data-ordlist

How To Uninstall ghc-data-ordlist on Fedora 36

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

sudo dnf remove ghc-data-ordlist

ghc-data-ordlist Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/eb51cf5f4cdd8541bd5d2a8f4b50de53c9d239
/usr/lib64/libHSdata-ordlist-0.4.7.0-GgrnRpConqG52QL2KvKvcm-ghc8.10.5.so
/usr/share/licenses/ghc-data-ordlist
/usr/share/licenses/ghc-data-ordlist/LICENSE

References

Summary

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