How To Install ghc-quickcheck-io on Fedora 36
Introduction
In this tutorial we learn how to install ghc-quickcheck-io
on Fedora 36.
What is ghc-quickcheck-io
This package provides an orphan instance that allows you to use HUnit assertions as QuickCheck properties.
We can use yum
or dnf
to install ghc-quickcheck-io
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-quickcheck-io.
Install ghc-quickcheck-io 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-quickcheck-io
using dnf
by running the following command:
sudo dnf -y install ghc-quickcheck-io
Install ghc-quickcheck-io 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-quickcheck-io
using yum
by running the following command:
sudo yum -y install ghc-quickcheck-io
How To Uninstall ghc-quickcheck-io on Fedora 36
To uninstall only the ghc-quickcheck-io
package we can use the following command:
sudo dnf remove ghc-quickcheck-io
ghc-quickcheck-io Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/dabcbf7b13e7025c5e7645b999c077631ecd4a
/usr/lib64/libHSquickcheck-io-0.2.0-2yOAeQyTvWlEetYp0a374Y-ghc8.10.5.so
/usr/share/licenses/ghc-quickcheck-io
/usr/share/licenses/ghc-quickcheck-io/LICENSE
References
Summary
In this tutorial we learn how to install ghc-quickcheck-io
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).