How to Install and Uninstall ghc-polyparse.x86_64 Package on Fedora 36

Last updated: July 05,2024

1. Install "ghc-polyparse.x86_64" package

Please follow the steps below to install ghc-polyparse.x86_64 on Fedora 36

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

2. Uninstall "ghc-polyparse.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-polyparse.x86_64 on Fedora 36:

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

3. Information about the ghc-polyparse.x86_64 package on Fedora 36

Last metadata expiration check: 2:34:13 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-polyparse
Version : 1.13
Release : 7.fc36
Architecture : x86_64
Size : 181 k
Source : ghc-polyparse-1.13-7.fc36.src.rpm
Repository : fedora
Summary : A variety of alternative parser combinator libraries
URL : https://hackage.haskell.org/package/polyparse
License : LGPLv2+ with exceptions
Description : This version, 1.13 is a Non-Maintainer Upload (NMU). Report issues to the
: Hackage Trustees issue tracker.
:
: A variety of alternative parser combinator libraries, including the original
: HuttonMeijer set. The Poly sets have features like good error reporting,
: arbitrary token type, running state, lazy parsing, and so on. Finally,
: Text.Parse is a proposed replacement for the standard Read class, for better
: deserialisation of Haskell values from Strings.