How To Install ghc-lukko-devel on Fedora 36

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

Introduction

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

What is ghc-lukko-devel

This package provides the Haskell lukko library development files.

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

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

sudo dnf -y install ghc-lukko-devel

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

sudo yum -y install ghc-lukko-devel

How To Uninstall ghc-lukko-devel on Fedora 36

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

sudo dnf remove ghc-lukko-devel

ghc-lukko-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/lukko-0.1.1.3
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko.dyn_hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko.hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/FLock.dyn_hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/FLock.hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/Internal
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/Internal/FD.dyn_hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/Internal/FD.hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/Internal/FillBytes.dyn_hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/Internal/FillBytes.hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/Internal/HandleToFD.dyn_hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/Internal/HandleToFD.hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/Internal/Types.dyn_hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/Internal/Types.hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/NoOp.dyn_hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/NoOp.hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/OFD.dyn_hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/Lukko/OFD.hi
/usr/lib64/ghc-8.10.5/lukko-0.1.1.3/libHSlukko-0.1.1.3-HQyCveKDYEhBFLUb2zbWPa.a
/usr/lib64/ghc-8.10.5/package.conf.d/lukko-0.1.1.3.conf
/usr/share/doc/ghc-lukko-devel
/usr/share/doc/ghc-lukko-devel/CHANGELOG.md

References

Summary

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