How to Install and Uninstall ghc-parsers.x86_64 Package on Oracle Linux 9

Last updated: September 29,2024

1. Install "ghc-parsers.x86_64" package

Learn how to install ghc-parsers.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-parsers.x86_64" package

Here is a brief guide to show you how to uninstall ghc-parsers.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-parsers.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:53:22 ago on Thu Feb 15 07:50:05 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".