How to Install and Uninstall ghc-polyparse.x86_64 Package on Rocky Linux 9
Last updated: November 02,2024
1. Install "ghc-polyparse.x86_64" package
This guide let you learn how to install ghc-polyparse.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
ghc-polyparse.x86_64
Copied
2. Uninstall "ghc-polyparse.x86_64" package
This tutorial shows how to uninstall ghc-polyparse.x86_64 on Rocky Linux 9:
$
sudo dnf remove
ghc-polyparse.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-polyparse.x86_64 package on Rocky Linux 9
Last metadata expiration check: 1:35:49 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghc-polyparse
Version : 1.13
Release : 7.el9
Architecture : x86_64
Size : 180 k
Source : ghc-polyparse-1.13-7.el9.src.rpm
Repository : epel
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.
Available Packages
Name : ghc-polyparse
Version : 1.13
Release : 7.el9
Architecture : x86_64
Size : 180 k
Source : ghc-polyparse-1.13-7.el9.src.rpm
Repository : epel
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.