How to Install and Uninstall ghc-optparse-applicative.x86_64 Package on CentOS Stream 9

Last updated: October 03,2024

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

In this section, we are going to explain the necessary steps to install ghc-optparse-applicative.x86_64 on CentOS Stream 9

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

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

Learn how to uninstall ghc-optparse-applicative.x86_64 on CentOS Stream 9:

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

3. Information about the ghc-optparse-applicative.x86_64 package on CentOS Stream 9

Last metadata expiration check: 3:10:48 ago on Sat Mar 16 16:03:45 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 .