How To Install ghc-unix on Fedora 36

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

Introduction

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

What is ghc-unix

This package provides the Haskell unix library.

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

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

sudo dnf -y install ghc-unix

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

sudo yum -y install ghc-unix

How To Uninstall ghc-unix on Fedora 36

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

sudo dnf remove ghc-unix

ghc-unix Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/2c1615ea6294d82d1c9da867e0735f170e79ff
/usr/lib64/libHSunix-2.7.2.2-ghc8.10.5.so
/usr/share/licenses/ghc-unix
/usr/share/licenses/ghc-unix/LICENSE

References

Summary

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