How to Install and Uninstall ghc-cmdargs.x86_64 Package on CentOS Stream 9

Last updated: November 24,2024

1. Install "ghc-cmdargs.x86_64" package

This tutorial shows how to install ghc-cmdargs.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install ghc-cmdargs.x86_64

2. Uninstall "ghc-cmdargs.x86_64" package

This tutorial shows how to uninstall ghc-cmdargs.x86_64 on CentOS Stream 9:

$ sudo dnf remove ghc-cmdargs.x86_64 $ sudo dnf autoremove

3. Information about the ghc-cmdargs.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:25:07 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ghc-cmdargs
Version : 0.10.21
Release : 2.el9
Architecture : x86_64
Size : 243 k
Source : ghc-cmdargs-0.10.21-2.el9.src.rpm
Repository : epel
Summary : Command line argument processing
URL : https://hackage.haskell.org/package/cmdargs
License : BSD
Description : This library provides an easy way to define command line parsers.