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

Last updated: October 01,2024

1. Install "ghc-parsers.x86_64" package

Here is a brief guide to show you how to install ghc-parsers.x86_64 on Fedora 39

$ 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 Fedora 39:

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

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

Last metadata expiration check: 3:08:23 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-parsers
Version : 0.12.11
Release : 4.fc39
Architecture : x86_64
Size : 143 k
Source : ghc-parsers-0.12.11-4.fc39.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".