How To Install ghc-lazysmallcheck-devel on Fedora 36

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

Introduction

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

What is ghc-lazysmallcheck-devel

This package provides the Haskell lazysmallcheck library development files.

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

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

sudo dnf -y install ghc-lazysmallcheck-devel

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

sudo yum -y install ghc-lazysmallcheck-devel

How To Uninstall ghc-lazysmallcheck-devel on Fedora 36

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

sudo dnf remove ghc-lazysmallcheck-devel

ghc-lazysmallcheck-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/lazysmallcheck-0.6
/usr/lib64/ghc-8.10.5/lazysmallcheck-0.6/Test
/usr/lib64/ghc-8.10.5/lazysmallcheck-0.6/Test/LazySmallCheck.dyn_hi
/usr/lib64/ghc-8.10.5/lazysmallcheck-0.6/Test/LazySmallCheck.hi
/usr/lib64/ghc-8.10.5/lazysmallcheck-0.6/libHSlazysmallcheck-0.6-v7dsVOAHOTE0P93Mms7bF.a
/usr/lib64/ghc-8.10.5/package.conf.d/lazysmallcheck-0.6.conf
/usr/share/doc/ghc-lazysmallcheck-devel
/usr/share/doc/ghc-lazysmallcheck-devel/examples
/usr/share/doc/ghc-lazysmallcheck-devel/examples/Catch.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/Countdown.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/Huffman.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/ListSet.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/Mate.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/Mux.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/RedBlack.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/RegExp.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/Sad.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/SumPuz.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/Turner.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestCatch.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestCountdown1.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestCountdown2.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestHuffman1.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestHuffman2.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestListSet1.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestMate.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestMux1.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestMux2.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestMux3.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestRedBlack.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestRegExp.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestSad.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestSumPuz.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/TestTurner.hs
/usr/share/doc/ghc-lazysmallcheck-devel/examples/test/make.sh

References

Summary

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