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

Last updated: May 17,2024

1. Install "libghc-cmdargs-prof" package

Here is a brief guide to show you how to install libghc-cmdargs-prof on Kali Linux

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

2. Uninstall "libghc-cmdargs-prof" package

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

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

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

Package: libghc-cmdargs-prof
Source: haskell-cmdargs (0.10.22-1)
Version: 0.10.22-1+b1
Installed-Size: 4700
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-cmdargs-prof-0.10.22-3d6a0
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-cmdargs-dev (= 0.10.22-1+b1), libghc-filepath-prof-1.4.2.2-290a6, libghc-process-prof-1.6.17.0-29e15, libghc-template-haskell-prof-2.19.0.0-a5ee2, libghc-transformers-prof-0.5.6.2-931c3
Size: 481780
SHA256: 13f3d2fbdaca2a7d46b4e3f7b68566b141295c4055b6e85310c5b4dade667958
SHA1: e6a65018859fee8299256efbf0c82b997ffb5329
MD5sum: f1a90e5870359556a40c972ecb4f3e8b
Description: command-line argument processing; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/ndmitchell/cmdargs#readme
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-cmdargs/libghc-cmdargs-prof_0.10.22-1+b1_amd64.deb