How to Install and Uninstall ghc-parsers.x86_64 Package on Fedora 34

Last updated: September 28,2024

1. Install "ghc-parsers.x86_64" package

Please follow the guidelines below to install ghc-parsers.x86_64 on Fedora 34

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

2. Uninstall "ghc-parsers.x86_64" package

Please follow the guidance below to uninstall ghc-parsers.x86_64 on Fedora 34:

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

3. Information about the ghc-parsers.x86_64 package on Fedora 34

Last metadata expiration check: 3:15:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-parsers
Version : 0.12.10
Release : 6.fc34
Architecture : x86_64
Size : 152 k
Source : ghc-parsers-0.12.10-6.fc34.src.rpm
Repository : fedora
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".