How To Install ghc-protolude on Fedora 36
Introduction
In this tutorial we learn how to install ghc-protolude
on Fedora 36.
What is ghc-protolude
A sensible set of defaults for writing custom Preludes.
We can use yum
or dnf
to install ghc-protolude
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-protolude.
Install ghc-protolude 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-protolude
using dnf
by running the following command:
sudo dnf -y install ghc-protolude
Install ghc-protolude 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-protolude
using yum
by running the following command:
sudo yum -y install ghc-protolude
How To Uninstall ghc-protolude on Fedora 36
To uninstall only the ghc-protolude
package we can use the following command:
sudo dnf remove ghc-protolude
ghc-protolude Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/6d5cc65edb547cab42d699a5fa178126941ffe
/usr/lib64/libHSprotolude-0.3.0-9zRmy4fOGv15WEzNtdpmYD-ghc8.10.5.so
/usr/share/licenses/ghc-protolude
/usr/share/licenses/ghc-protolude/LICENSE
References
Summary
In this tutorial we learn how to install ghc-protolude
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).