How to Install and Uninstall ghc-xml-types.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "ghc-xml-types.x86_64" package

This guide let you learn how to install ghc-xml-types.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghc-xml-types.x86_64

2. Uninstall "ghc-xml-types.x86_64" package

Please follow the step by step instructions below to uninstall ghc-xml-types.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghc-xml-types.x86_64 $ sudo dnf autoremove

3. Information about the ghc-xml-types.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:11:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-xml-types
Version : 0.3.8
Release : 2.el9
Architecture : x86_64
Size : 93 k
Source : ghc-xml-types-0.3.8-2.el9.src.rpm
Repository : epel
Summary : Basic types for representing XML
URL : https://hackage.haskell.org/package/xml-types
License : MIT
Description : Basic types for representing XML.
:
: The idea is to have a full set of appropriate types, which various XML
: libraries can share. Instead of having equivalent-but-incompatible types for
: every binding, parser, or client, they all share the same types can can thus
: interoperate easily.
:
: This library contains complete types for most parts of an XML document,
: including the prologue, node tree, and doctype. Some basic combinators are
: included for common tasks, including traversing the node tree and filtering
: children.