How to Install and Uninstall ghc-simple-cmd-args.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 30,2024

1. Install "ghc-simple-cmd-args.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-simple-cmd-args.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghc-simple-cmd-args.x86_64

2. Uninstall "ghc-simple-cmd-args.x86_64" package

This tutorial shows how to uninstall ghc-simple-cmd-args.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghc-simple-cmd-args.x86_64 $ sudo dnf autoremove

3. Information about the ghc-simple-cmd-args.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:00:06 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-simple-cmd-args
Version : 0.1.8
Release : 1.el9
Architecture : x86_64
Size : 23 k
Source : ghc-simple-cmd-args-0.1.8-1.el9.src.rpm
Repository : epel
Summary : Simple command args parsing and execution
URL : https://hackage.haskell.org/package/simple-cmd-args
License : BSD
Description : This is a small wrapper over optparse-applicative which allows combining args
: parsers directly with IO commands. For subcommands this can avoid type
: boilerplate. It also provides some compact aliases for options with their
: Mod's.