How to Install and Uninstall ghc-megaparsec.x86_64 Package on Oracle Linux 9

Last updated: October 08,2024

1. Install "ghc-megaparsec.x86_64" package

This tutorial shows how to install ghc-megaparsec.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-megaparsec.x86_64" package

This guide let you learn how to uninstall ghc-megaparsec.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-megaparsec.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:20:22 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-megaparsec
Version : 9.0.1
Release : 2.el9
Architecture : x86_64
Size : 205 k
Source : ghc-megaparsec-9.0.1-2.el9.src.rpm
Repository : epel
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.