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

Last updated: October 14,2024

1. Install "ghc-parsers.x86_64" package

Please follow the step by step instructions below to install ghc-parsers.x86_64 on AlmaLinux 9

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

2. Uninstall "ghc-parsers.x86_64" package

Please follow the step by step instructions below to uninstall ghc-parsers.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 1:40:09 ago on Wed Mar 13 07:41:12 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".