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

Last updated: November 26,2024

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

This tutorial shows how to install ghc-simple-cmd-args.x86_64 on Fedora 35

$ 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 35:

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

Last metadata expiration check: 5:13:06 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-simple-cmd-args
Version : 0.1.7
Release : 1.fc35
Architecture : x86_64
Size : 21 k
Source : ghc-simple-cmd-args-0.1.7-1.fc35.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.