How to Install and Uninstall ghc-hxt.x86_64 Package on Fedora 39

Last updated: January 17,2025

1. Install "ghc-hxt.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-hxt.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ghc-hxt.x86_64

2. Uninstall "ghc-hxt.x86_64" package

Please follow the steps below to uninstall ghc-hxt.x86_64 on Fedora 39:

$ sudo dnf remove ghc-hxt.x86_64 $ sudo dnf autoremove

3. Information about the ghc-hxt.x86_64 package on Fedora 39

Last metadata expiration check: 1:10:27 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-hxt
Version : 9.3.1.22
Release : 8.fc39
Architecture : x86_64
Size : 899 k
Source : ghc-hxt-9.3.1.22-8.fc39.src.rpm
Repository : fedora
Summary : A collection of tools for processing XML with Haskell
URL : https://hackage.haskell.org/package/hxt
License : MIT
Description : The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a
: more general approach for processing XML with Haskell. The Haskell XML Toolbox
: uses a generic data model for representing XML documents, including the DTD
: subset and the document subset, in Haskell. It contains a validating XML
: parser, a HTML parser, namespace support, an XPath expression evaluator, an
: XSLT library, a RelaxNG schema validator and funtions for serialization and
: deserialization of user defined data. The library makes extensive use of the
: arrow approach for processing XML. Since version 9 the toolbox is partitioned
: into various (sub-)packages. This package contains the core functionality,
: hxt-curl, hxt-tagsoup, hxt-relaxng, hxt-xpath, hxt-xslt, hxt-regex-xmlschema
: contain the extensions. hxt-unicode contains encoding and decoding functions,
: hxt-charproperties char properties for unicode and XML. Changes from 9.3.1.21:
: ghc-9.0 compatibility
:
: Changes from 9.3.1.20: ghc 8.10 and 9.0 compatibility, tuple picker up to
: 24-tuples, Either instance for xpickle
:
: Changes from 9.3.1.19: ghc-8.8.2 compatibility