How To Install ghc-haxr-devel on Fedora 36
Introduction
In this tutorial we learn how to install ghc-haxr-devel
on Fedora 36.
What is ghc-haxr-devel
This package provides the Haskell haxr library development files.
We can use yum
or dnf
to install ghc-haxr-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-haxr-devel.
Install ghc-haxr-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-haxr-devel
using dnf
by running the following command:
sudo dnf -y install ghc-haxr-devel
Install ghc-haxr-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-haxr-devel
using yum
by running the following command:
sudo yum -y install ghc-haxr-devel
How To Uninstall ghc-haxr-devel on Fedora 36
To uninstall only the ghc-haxr-devel
package we can use the following command:
sudo dnf remove ghc-haxr-devel
ghc-haxr-devel Package Contents on Fedora 36
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/Base64.dyn_hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/Base64.hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/Client.dyn_hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/Client.hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/DTD_XMLRPC.dyn_hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/DTD_XMLRPC.hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/Internals.dyn_hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/Internals.hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/Introspect.dyn_hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/Introspect.hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/Pretty.dyn_hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/Pretty.hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/Server.dyn_hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/Server.hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/THDeriveXmlRpcType.dyn_hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/Network/XmlRpc/THDeriveXmlRpcType.hi
/usr/lib64/ghc-8.10.5/haxr-3000.11.4.1/libHShaxr-3000.11.4.1-JGiGiRrsCnJ8pdscQd3eOE.a
/usr/lib64/ghc-8.10.5/package.conf.d/haxr-3000.11.4.1.conf
/usr/share/doc/ghc-haxr-devel
/usr/share/doc/ghc-haxr-devel/CHANGES
/usr/share/doc/ghc-haxr-devel/examples
/usr/share/doc/ghc-haxr-devel/examples/Makefile
/usr/share/doc/ghc-haxr-devel/examples/Person.hs
/usr/share/doc/ghc-haxr-devel/examples/PersonTH.hs
/usr/share/doc/ghc-haxr-devel/examples/make-stubs.hs
/usr/share/doc/ghc-haxr-devel/examples/parse_response.hs
/usr/share/doc/ghc-haxr-devel/examples/person_client.hs
/usr/share/doc/ghc-haxr-devel/examples/person_server.hs
/usr/share/doc/ghc-haxr-devel/examples/raw_call.hs
/usr/share/doc/ghc-haxr-devel/examples/simple_client.hs
/usr/share/doc/ghc-haxr-devel/examples/simple_server.hs
/usr/share/doc/ghc-haxr-devel/examples/test_client.hs
/usr/share/doc/ghc-haxr-devel/examples/test_server.hs
/usr/share/doc/ghc-haxr-devel/examples/time-xmlrpc-com.hs
/usr/share/doc/ghc-haxr-devel/examples/validate.hs
References
Summary
In this tutorial we learn how to install ghc-haxr-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).