How to Install and Uninstall ghc-polyparse.x86_64 Package on CentOS Stream 8

Last updated: October 09,2024

1. Install "ghc-polyparse.x86_64" package

This tutorial shows how to install ghc-polyparse.x86_64 on CentOS Stream 8

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

2. Uninstall "ghc-polyparse.x86_64" package

This is a short guide on how to uninstall ghc-polyparse.x86_64 on CentOS Stream 8:

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

3. Information about the ghc-polyparse.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:48:29 ago on Sun Feb 25 03:03:59 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.