How to Install and Uninstall ghc-optparse-applicative Package on openSUSE Leap

Last updated: May 11,2024

1. Install "ghc-optparse-applicative" package

This guide covers the steps necessary to install ghc-optparse-applicative on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-optparse-applicative

2. Uninstall "ghc-optparse-applicative" package

Please follow the instructions below to uninstall ghc-optparse-applicative on openSUSE Leap:

$ sudo zypper remove ghc-optparse-applicative

3. Information about the ghc-optparse-applicative package on openSUSE Leap

Information for package ghc-optparse-applicative:
-------------------------------------------------
Repository : Main Repository
Name : ghc-optparse-applicative
Version : 0.17.0.0-bp155.2.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 854.8 KiB
Installed : No
Status : not installed
Source package : ghc-optparse-applicative-0.17.0.0-bp155.2.17.src
Upstream URL : https://hackage.haskell.org/package/optparse-applicative
Summary : Utilities and combinators for parsing command line options
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 .

5. The same packages on other Linux Distributions