How To Install ghc-Boolean on Fedora 36
Introduction
In this tutorial we learn how to install ghc-Boolean
on Fedora 36.
What is ghc-Boolean
Some classes for generalized boolean operations.
We can use yum
or dnf
to install ghc-Boolean
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-Boolean.
Install ghc-Boolean 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
using dnf
by running the following command:
sudo dnf -y install ghc-Boolean
Install ghc-Boolean 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
using yum
by running the following command:
sudo yum -y install ghc-Boolean
How To Uninstall ghc-Boolean on Fedora 36
To uninstall only the ghc-Boolean
package we can use the following command:
sudo dnf remove ghc-Boolean
ghc-Boolean Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/22d4ff1e009ae42ab1f0ce9283f14105f14ec1
/usr/lib64/libHSBoolean-0.2.4-Hh7kPF6uEfSIO6jVqDVQMm-ghc8.10.5.so
/usr/share/licenses/ghc-Boolean
/usr/share/licenses/ghc-Boolean/COPYING
References
Summary
In this tutorial we learn how to install ghc-Boolean
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).