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

Last updated: May 20,2024

1. Install "libghc-cmdargs-dev" package

This is a short guide on how to install libghc-cmdargs-dev on Kali Linux

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

2. Uninstall "libghc-cmdargs-dev" package

Please follow the guidance below to uninstall libghc-cmdargs-dev on Kali Linux:

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

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

Package: libghc-cmdargs-dev
Source: haskell-cmdargs (0.10.22-1)
Version: 0.10.22-1+b1
Installed-Size: 4551
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-cmdargs-dev-0.10.22-3d6a0
Depends: libghc-base-dev-4.17.2.0-68dfe, libghc-filepath-dev-1.4.2.2-290a6, libghc-process-dev-1.6.17.0-29e15, libghc-template-haskell-dev-2.19.0.0-a5ee2, libghc-transformers-dev-0.5.6.2-931c3, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg)
Size: 522588
SHA256: b01b8f0d9edd577ffd84878998db9249440240b674bd86177db696bc5f8d5b25
SHA1: 0f45b4c34e038a278bb65c9b80bc1168a49e90f9
MD5sum: eb7a028eaaa140a9df7241edd08fad99
Description: command-line argument processing
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 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
Ghc-Package: cmdargs-0.10.22-J6270EPuJIGHu8u4tLBuYx
Tag: devel::lang:haskell
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-cmdargs/libghc-cmdargs-dev_0.10.22-1+b1_amd64.deb