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

Last updated: July 01,2024

1. Install "ghc-parsers.x86_64" package

Learn how to install ghc-parsers.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-parsers.x86_64" package

This guide let you learn how to uninstall ghc-parsers.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:49:17 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-parsers
Version : 0.12.10
Release : 9.el9
Architecture : x86_64
Size : 147 k
Source : ghc-parsers-0.12.10-9.el9.src.rpm
Repository : epel
Summary : Parsing combinators
URL : https://hackage.haskell.org/package/parsers
License : BSD
Description : This library provides convenient combinators for working with and building
: parsing combinator libraries.
:
: Given a few simple instances, e.g. for the class
: 'Text.Parser.Combinators.Parsing' in "Text.Parser.Combinators.Parsing" you get
: access to a large number of canned definitions. Instances exist for the parsers
: provided by 'parsec', 'attoparsec' and base’s "Text.Read".