How To Install ghc-constraints on Fedora 36
Introduction
In this tutorial we learn how to install ghc-constraints
on Fedora 36.
What is ghc-constraints
This package provides the Haskell constraints library.
We can use yum
or dnf
to install ghc-constraints
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-constraints.
Install ghc-constraints 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-constraints
using dnf
by running the following command:
sudo dnf -y install ghc-constraints
Install ghc-constraints 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-constraints
using yum
by running the following command:
sudo yum -y install ghc-constraints
How To Uninstall ghc-constraints on Fedora 36
To uninstall only the ghc-constraints
package we can use the following command:
sudo dnf remove ghc-constraints
ghc-constraints Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/3729907686680251d53031abe41d001cf995f5
/usr/lib64/libHSconstraints-0.12-3vWUzUbV29vJq979m7LrHQ-ghc8.10.5.so
/usr/share/licenses/ghc-constraints
/usr/share/licenses/ghc-constraints/LICENSE
References
Summary
In this tutorial we learn how to install ghc-constraints
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).