How To Install ghc-logict-devel on Fedora 36

In this tutorial we learn how to install ghc-logict-devel in Fedora 36. ghc-logict-devel is Haskell logict library development files

Introduction

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

What is ghc-logict-devel

This package provides the Haskell logict library development files.

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

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

sudo dnf -y install ghc-logict-devel

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

sudo yum -y install ghc-logict-devel

How To Uninstall ghc-logict-devel on Fedora 36

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

sudo dnf remove ghc-logict-devel

ghc-logict-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/logict-0.7.1.0
/usr/lib64/ghc-8.10.5/logict-0.7.1.0/Control
/usr/lib64/ghc-8.10.5/logict-0.7.1.0/Control/Monad
/usr/lib64/ghc-8.10.5/logict-0.7.1.0/Control/Monad/Logic
/usr/lib64/ghc-8.10.5/logict-0.7.1.0/Control/Monad/Logic.dyn_hi
/usr/lib64/ghc-8.10.5/logict-0.7.1.0/Control/Monad/Logic.hi
/usr/lib64/ghc-8.10.5/logict-0.7.1.0/Control/Monad/Logic/Class.dyn_hi
/usr/lib64/ghc-8.10.5/logict-0.7.1.0/Control/Monad/Logic/Class.hi
/usr/lib64/ghc-8.10.5/logict-0.7.1.0/libHSlogict-0.7.1.0-5khZfm64sieDrmMC1lUBUp.a
/usr/lib64/ghc-8.10.5/package.conf.d/logict-0.7.1.0.conf
/usr/share/doc/ghc-logict-devel
/usr/share/doc/ghc-logict-devel/README.md
/usr/share/doc/ghc-logict-devel/changelog.md
/usr/share/doc/ghc-logict-devel/example
/usr/share/doc/ghc-logict-devel/example/grandparents.hs

References

Summary

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