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