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

Last updated: January 15,2025

1. Install "ghc-megaparsec.x86_64" package

This guide let you learn how to install ghc-megaparsec.x86_64 on Fedora 36

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

2. Uninstall "ghc-megaparsec.x86_64" package

Please follow the steps below to uninstall ghc-megaparsec.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 4:08:01 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-megaparsec
Version : 9.0.1
Release : 2.fc36
Architecture : x86_64
Size : 205 k
Source : ghc-megaparsec-9.0.1-2.fc36.src.rpm
Repository : fedora
Summary : Monadic parser combinators
URL : https://hackage.haskell.org/package/megaparsec
License : BSD
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.