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

Last updated: March 01,2025

1. Install "ghc-parsers.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-parsers.x86_64 on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 0:02:26 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-parsers
Version : 0.12.11
Release : 2.fc38
Architecture : x86_64
Size : 143 k
Source : ghc-parsers-0.12.11-2.fc38.src.rpm
Repository : fedora
Summary : Parsing combinators
URL : https://hackage.haskell.org/package/parsers
License : BSD-3-Clause
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".