How to Install and Uninstall ghc-polyparse.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "ghc-polyparse.x86_64" package

Please follow the guidance below to install ghc-polyparse.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "ghc-polyparse.x86_64" package

Please follow the steps below to uninstall ghc-polyparse.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the ghc-polyparse.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:35:31 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-polyparse
Version : 1.12
Release : 9.el8
Architecture : x86_64
Size : 168 k
Source : ghc-polyparse-1.12-9.el8.src.rpm
Repository : epel
Summary : A variety of alternative parser combinator libraries
URL : https://hackage.haskell.org/package/polyparse
License : LGPLv2+
Description : 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.