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

Last updated: November 27,2024

1. Install "ghc-megaparsec.x86_64" package

Please follow the instructions below to install ghc-megaparsec.x86_64 on Fedora 39

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

2. Uninstall "ghc-megaparsec.x86_64" package

Please follow the step by step instructions below to uninstall ghc-megaparsec.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 5:17:44 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-megaparsec
Version : 9.3.1
Release : 1.fc39
Architecture : x86_64
Size : 234 k
Source : ghc-megaparsec-9.3.1-1.fc39.src.rpm
Repository : fedora
Summary : Monadic parser combinators
URL : https://hackage.haskell.org/package/megaparsec
License : BSD-2-Clause
Description : This is an industrial-strength monadic parser combinator library.
: Megaparsec is a feature-rich package that tries to find a nice balance between
: speed, flexibility, and quality of parse errors.