How To Install ghc-MissingH on Fedora 36
Introduction
In this tutorial we learn how to install ghc-MissingH on Fedora 36.
What is ghc-MissingH
‘MissingH’ is a library of all sorts of utility functions for Haskell programmers. It is written in pure Haskell and thus should be extremely portable and easy to use.
We can use yum or dnf to install ghc-MissingH on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-MissingH.
Install ghc-MissingH 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-MissingH using dnf by running the following command:
sudo dnf -y install ghc-MissingH
Install ghc-MissingH 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-MissingH using yum by running the following command:
sudo yum -y install ghc-MissingH
How To Uninstall ghc-MissingH on Fedora 36
To uninstall only the ghc-MissingH package we can use the following command:
sudo dnf remove ghc-MissingH
ghc-MissingH Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/6f25bd8d7a63a5694f3d6d71cfd2b915e1f03e
/usr/lib64/libHSMissingH-1.4.3.0-7F6uUNOPDTP8mlj5ZsJTMj-ghc8.10.5.so
/usr/share/licenses/ghc-MissingH
/usr/share/licenses/ghc-MissingH/3rd-party-licenses
/usr/share/licenses/ghc-MissingH/3rd-party-licenses/BSD
/usr/share/licenses/ghc-MissingH/3rd-party-licenses/LGPL-2.1
/usr/share/licenses/ghc-MissingH/LICENSE
References
Summary
In this tutorial we learn how to install ghc-MissingH on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).