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

Last updated: January 15,2025

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

Learn how to install ghc-simple-cmd-args.x86_64 on Fedora 39

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

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

Please follow the steps below to uninstall ghc-simple-cmd-args.x86_64 on Fedora 39:

$ 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 39

Last metadata expiration check: 1:02:27 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-simple-cmd-args
Version : 0.1.8
Release : 5.fc39
Architecture : x86_64
Size : 23 k
Source : ghc-simple-cmd-args-0.1.8-5.fc39.src.rpm
Repository : fedora
Summary : Simple command args parsing and execution
URL : https://hackage.haskell.org/package/simple-cmd-args
License : BSD-3-Clause
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.