How To Install HaXml on Fedora 36
Introduction
In this tutorial we learn how to install HaXml on Fedora 36.
What is HaXml
This package provides the XML commandline tools for Haskell HaXml library.
We can use yum or dnf to install HaXml on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install HaXml.
Install 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 HaXml using dnf by running the following command:
sudo dnf -y install HaXml
Install 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 HaXml using yum by running the following command:
sudo yum -y install HaXml
How To Uninstall HaXml on Fedora 36
To uninstall only the HaXml package we can use the following command:
sudo dnf remove HaXml
HaXml Package Contents on Fedora 36
/usr/bin/Canonicalise
/usr/bin/CanonicaliseLazy
/usr/bin/DtdToHaskell
/usr/bin/FpMLToHaskell
/usr/bin/MkOneOf
/usr/bin/Validate
/usr/bin/XsdToHaskell
/usr/bin/Xtract
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/43b41297349f2c2f8c3aba035f305fa9ce0972
/usr/lib/.build-id/16
/usr/lib/.build-id/16/adc2ecf47be321af89270d5fbf6460447154d8
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/7348b21db0126ebbac78349300a77db3fd0df8
/usr/lib/.build-id/90
/usr/lib/.build-id/90/b326eb1cdc0edc29517017415c10aa3d892529
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/965ef9af51c3e4a51acfe35344a0eb6faf22fd
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/469a1eb51e29dfcf3cb001e8679184f338adaf
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/719807489382219993f729388ba795c79aa343
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/e3157f707bbcc1dd9c4f60ae9b1bb53e224d3f
/usr/share/licenses/HaXml
/usr/share/licenses/HaXml/COPYRIGHT
/usr/share/licenses/HaXml/LICENCE-GPL
References
Summary
In this tutorial we learn how to install HaXml on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).