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

Last updated: July 05,2024

1. Install "ghc-megaparsec.x86_64" package

This tutorial shows how to install ghc-megaparsec.x86_64 on Fedora 35

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

2. Uninstall "ghc-megaparsec.x86_64" package

Learn how to uninstall ghc-megaparsec.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:54:19 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-megaparsec
Version : 9.0.1
Release : 1.fc35
Architecture : x86_64
Size : 205 k
Source : ghc-megaparsec-9.0.1-1.fc35.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.