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