How To Install ghc-adjunctions on Fedora 36

In this tutorial we learn how to install ghc-adjunctions in Fedora 36. ghc-adjunctions is Adjunctions and representable functors

Introduction

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

What is ghc-adjunctions

Adjunctions and representable functors.

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

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

sudo dnf -y install ghc-adjunctions

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

sudo yum -y install ghc-adjunctions

How To Uninstall ghc-adjunctions on Fedora 36

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

sudo dnf remove ghc-adjunctions

ghc-adjunctions Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/8136e373c07ab57d435b78bd1c29ef847453f3
/usr/lib64/libHSadjunctions-4.4-7fgH6obGUOD89315YCSezB-ghc8.10.5.so
/usr/share/licenses/ghc-adjunctions
/usr/share/licenses/ghc-adjunctions/LICENSE

References

Summary

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