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

Last updated: June 26,2024

1. Install "ghc-optparse-applicative.x86_64" package

Please follow the step by step instructions below to install ghc-optparse-applicative.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ghc-optparse-applicative.x86_64

2. Uninstall "ghc-optparse-applicative.x86_64" package

This is a short guide on how to uninstall ghc-optparse-applicative.x86_64 on Oracle Linux 9:

$ sudo dnf remove ghc-optparse-applicative.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:19:52 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-optparse-applicative
Version : 0.16.1.0
Release : 2.el9
Architecture : x86_64
Size : 139 k
Source : ghc-optparse-applicative-0.16.1.0-2.el9.src.rpm
Repository : epel
Summary : Utilities and combinators for parsing command line options
URL : https://hackage.haskell.org/package/optparse-applicative
License : BSD
Description : Optparse-applicative is a haskell library for parsing options on the command
: line, and providing a powerful applicative interface for composing them.
:
: optparse-applicative takes care of reading and validating the arguments passed
: to the command line, handling and reporting errors, generating a usage line, a
: comprehensive help screen, and enabling context-sensitive bash, zsh, and fish
: completions.
:
: See the included README for detailed instructions and examples, which is also
: available on github .