How to Install and Uninstall libghc-cmdargs-doc Package on Kali Linux

Last updated: May 16,2024

1. Install "libghc-cmdargs-doc" package

Please follow the steps below to install libghc-cmdargs-doc on Kali Linux

$ sudo apt update $ sudo apt install libghc-cmdargs-doc

2. Uninstall "libghc-cmdargs-doc" package

This is a short guide on how to uninstall libghc-cmdargs-doc on Kali Linux:

$ sudo apt remove libghc-cmdargs-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-cmdargs-doc package on Kali Linux

Package: libghc-cmdargs-doc
Source: haskell-cmdargs
Version: 0.10.22-1
Installed-Size: 4909
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-cmdargs-dev, libjs-mathjax
Suggests: libghc-cmdargs-prof
Size: 226224
SHA256: a58798986bfdfbd4f46257db4a30994551704b45c0648547fd800fc89046f9d8
SHA1: 484b65669c116b9066911be24fffc5869d8c2d7d
MD5sum: ab14c5fd16ad9865a3642a271d1bb4aa
Description: command-line argument processing; documentation
It provides an easy way to define command-line parsers. Most users
will want to use the System.Console.CmdArgs.Implicit module, whose
documentation contains an example.
.
System.Console.CmdArgs.Explicit provides a way to write command-line
parsers for both single mode programs (most programs) and multiple
mode programs (e.g. darcs or cabal). Parsers are defined by
constructing a data structure.
.
System.Console.CmdArgs.Implicit provides a way to concisely define
command-line parsers, up to three times shorter than getopt. These
parsers are translated into the Explicit data type.
.
System.Console.CmdArgs.GetOpt provides a wrapper allowing
compatiblity with existing getopt parsers, mapping to the Explicit
data type.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/ndmitchell/cmdargs#readme
Tag: devel::doc, devel::lang:haskell, role::documentation
Section: doc
Priority: optional
Filename: pool/main/h/haskell-cmdargs/libghc-cmdargs-doc_0.10.22-1_all.deb