How To Install ghc-HaXml on Fedora 36
Introduction
In this tutorial we learn how to install ghc-HaXml
on Fedora 36.
What is ghc-HaXml
Haskell utilities for parsing, filtering, transforming and generating XML documents.
We can use yum
or dnf
to install ghc-HaXml
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-HaXml.
Install ghc-HaXml 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-HaXml
using dnf
by running the following command:
sudo dnf -y install ghc-HaXml
Install ghc-HaXml 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-HaXml
using yum
by running the following command:
sudo yum -y install ghc-HaXml
How To Uninstall ghc-HaXml on Fedora 36
To uninstall only the ghc-HaXml
package we can use the following command:
sudo dnf remove ghc-HaXml
ghc-HaXml Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/696040fafb1798dc6dcec868f7261b3663ee4f
/usr/lib64/libHSHaXml-1.25.5-IaYIyZajG8GH9xQasERfZg-ghc8.10.5.so
/usr/share/licenses/ghc-HaXml
/usr/share/licenses/ghc-HaXml/COPYRIGHT
/usr/share/licenses/ghc-HaXml/LICENCE-GPL
/usr/share/licenses/ghc-HaXml/LICENCE-LGPL
References
Summary
In this tutorial we learn how to install ghc-HaXml
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).