How to Install and Uninstall ghc-simple-cmd-args.x86_64 Package on Fedora 34

Last updated: October 05,2024

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

Please follow the step by step instructions below to install ghc-simple-cmd-args.x86_64 on Fedora 34

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

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

Please follow the step by step instructions below to uninstall ghc-simple-cmd-args.x86_64 on Fedora 34:

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

3. Information about the ghc-simple-cmd-args.x86_64 package on Fedora 34

Last metadata expiration check: 3:36:34 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-simple-cmd-args
Version : 0.1.6
Release : 5.fc34
Architecture : x86_64
Size : 20 k
Source : ghc-simple-cmd-args-0.1.6-5.fc34.src.rpm
Repository : fedora
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.