How to Install and Uninstall ghc-xml-conduit.x86_64 Package on Rocky Linux 9
Last updated: November 26,2024
1. Install "ghc-xml-conduit.x86_64" package
This tutorial shows how to install ghc-xml-conduit.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
ghc-xml-conduit.x86_64
Copied
2. Uninstall "ghc-xml-conduit.x86_64" package
This is a short guide on how to uninstall ghc-xml-conduit.x86_64 on Rocky Linux 9:
$
sudo dnf remove
ghc-xml-conduit.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-xml-conduit.x86_64 package on Rocky Linux 9
Last metadata expiration check: 2:41:54 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghc-xml-conduit
Version : 1.9.1.1
Release : 2.el9
Architecture : x86_64
Size : 244 k
Source : ghc-xml-conduit-1.9.1.1-2.el9.src.rpm
Repository : epel
Summary : XML parsing and rendering with conduit
URL : https://hackage.haskell.org/package/xml-conduit
License : MIT
Description : This package provides parsing and rendering functions for XML. It is
: based on the datatypes found in the xml-types package. This package is
: broken up into the following modules:
:
: * Text.XML: DOM-based parsing and rendering.
: This is the most commonly used module.
:
: * Text.XML.Cursor: A wrapper around Text.XML which allows bidirectional
: traversing of the DOM, similar to XPath. (Note: Text.XML.Cursor.Generic
: is the same concept, but will work with any node representation.)
:
: * Text.XML.Unresolved: A slight modification to Text.XML which does not
: require all entities to be resolved at parsing. The datatypes are
: slightly more complicated here, and therefore this module is only
: recommended when you need to deal directly with raw entities.
:
: * Text.XML.Stream.Parse: Streaming parser, including some streaming
: parser combinators.
:
: * Text.XML.Stream.Render: Streaming renderer.
Available Packages
Name : ghc-xml-conduit
Version : 1.9.1.1
Release : 2.el9
Architecture : x86_64
Size : 244 k
Source : ghc-xml-conduit-1.9.1.1-2.el9.src.rpm
Repository : epel
Summary : XML parsing and rendering with conduit
URL : https://hackage.haskell.org/package/xml-conduit
License : MIT
Description : This package provides parsing and rendering functions for XML. It is
: based on the datatypes found in the xml-types package. This package is
: broken up into the following modules:
:
: * Text.XML: DOM-based parsing and rendering.
: This is the most commonly used module.
:
: * Text.XML.Cursor: A wrapper around Text.XML which allows bidirectional
: traversing of the DOM, similar to XPath. (Note: Text.XML.Cursor.Generic
: is the same concept, but will work with any node representation.)
:
: * Text.XML.Unresolved: A slight modification to Text.XML which does not
: require all entities to be resolved at parsing. The datatypes are
: slightly more complicated here, and therefore this module is only
: recommended when you need to deal directly with raw entities.
:
: * Text.XML.Stream.Parse: Streaming parser, including some streaming
: parser combinators.
:
: * Text.XML.Stream.Render: Streaming renderer.