How To Install ghc-monad-loops on Fedora 36
Introduction
In this tutorial we learn how to install ghc-monad-loops
on Fedora 36.
What is ghc-monad-loops
Some useful control operators for looping.
We can use yum
or dnf
to install ghc-monad-loops
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-monad-loops.
Install ghc-monad-loops 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-monad-loops
using dnf
by running the following command:
sudo dnf -y install ghc-monad-loops
Install ghc-monad-loops 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-monad-loops
using yum
by running the following command:
sudo yum -y install ghc-monad-loops
How To Uninstall ghc-monad-loops on Fedora 36
To uninstall only the ghc-monad-loops
package we can use the following command:
sudo dnf remove ghc-monad-loops
ghc-monad-loops Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/8030ef2bd9c2e0d8c74fc2660816cfc22a38e3
/usr/lib64/libHSmonad-loops-0.4.3-4G7CxttlS7B7beVfiSKJqH-ghc8.10.5.so
References
Summary
In this tutorial we learn how to install ghc-monad-loops
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).