How to Install and Uninstall libghc-cmdargs-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "libghc-cmdargs-dev" package

Here is a brief guide to show you how to install libghc-cmdargs-dev on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libghc-cmdargs-dev" package

This guide let you learn how to uninstall libghc-cmdargs-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libghc-cmdargs-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-cmdargs-dev
Architecture: amd64
Version: 0.10.20-3build1
Priority: extra
Section: universe/haskell
Source: haskell-cmdargs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 5031
Provides: libghc-cmdargs-dev-0.10.20-0f709
Depends: libghc-base-dev-4.13.0.0-c9705, libghc-filepath-dev-1.4.2.1-251c0, libghc-process-dev-1.6.8.0-e3a1c, libghc-template-haskell-dev-2.15.0.0-6d2a0, libghc-transformers-dev-0.5.6.2-e88a5, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-cmdargs-doc, libghc-cmdargs-prof
Filename: pool/universe/h/haskell-cmdargs/libghc-cmdargs-dev_0.10.20-3build1_amd64.deb
Size: 526728
MD5sum: ccc8bcdb1922a3fa409be1297bcd5a01
SHA1: ab9ed264dc5899122cd4a7ecdd7528f6f2cb7ada
SHA256: e1e18d5ea2ed0157f736ea56a91909647c77ca37f67f514fa6ee8a6361a4542d
SHA512: 1a4dc4bf46a488c955daac87c257732b101b45a9cb29179523d5da24a15f3a064e104780e709c29838056abd8ef917cc59d349558d99d9c100cd6374daaa0022
Homepage: https://github.com/ndmitchell/cmdargs#readme
Description-en: 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: 843f42b2a7334d3184705d43ed855808
Ghc-Package: cmdargs-0.10.20-AGRjvS06Rx5LpUxFf7AG5o