How To Install ghc-Boolean-devel on Fedora 36
Introduction
In this tutorial we learn how to install ghc-Boolean-devel
on Fedora 36.
What is ghc-Boolean-devel
This package provides the Haskell Boolean library development files.
We can use yum
or dnf
to install ghc-Boolean-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-Boolean-devel.
Install ghc-Boolean-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-Boolean-devel
using dnf
by running the following command:
sudo dnf -y install ghc-Boolean-devel
Install ghc-Boolean-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-Boolean-devel
using yum
by running the following command:
sudo yum -y install ghc-Boolean-devel
How To Uninstall ghc-Boolean-devel on Fedora 36
To uninstall only the ghc-Boolean-devel
package we can use the following command:
sudo dnf remove ghc-Boolean-devel
ghc-Boolean-devel Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/Boolean-0.2.4
/usr/lib64/ghc-8.10.5/Boolean-0.2.4/Data
/usr/lib64/ghc-8.10.5/Boolean-0.2.4/Data/Boolean
/usr/lib64/ghc-8.10.5/Boolean-0.2.4/Data/Boolean.dyn_hi
/usr/lib64/ghc-8.10.5/Boolean-0.2.4/Data/Boolean.hi
/usr/lib64/ghc-8.10.5/Boolean-0.2.4/Data/Boolean/Numbers.dyn_hi
/usr/lib64/ghc-8.10.5/Boolean-0.2.4/Data/Boolean/Numbers.hi
/usr/lib64/ghc-8.10.5/Boolean-0.2.4/Data/Boolean/Overload.dyn_hi
/usr/lib64/ghc-8.10.5/Boolean-0.2.4/Data/Boolean/Overload.hi
/usr/lib64/ghc-8.10.5/Boolean-0.2.4/libHSBoolean-0.2.4-Hh7kPF6uEfSIO6jVqDVQMm.a
/usr/lib64/ghc-8.10.5/package.conf.d/Boolean-0.2.4.conf
References
Summary
In this tutorial we learn how to install ghc-Boolean-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).