How to Install and Uninstall libghc-cmdargs-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libghc-cmdargs-dev" package

Here is a brief guide to show you how to install libghc-cmdargs-dev on Ubuntu 21.10 (Impish Indri)

$ 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 21.10 (Impish Indri):

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

3. Information about the libghc-cmdargs-dev package on Ubuntu 21.10 (Impish Indri)

Package: libghc-cmdargs-dev
Architecture: amd64
Version: 0.10.20-3build2
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: 5030
Provides: libghc-cmdargs-dev-0.10.20-bc47b
Depends: libghc-base-dev-4.13.0.0-2f220, libghc-filepath-dev-1.4.2.1-103b6, libghc-process-dev-1.6.9.0-88a89, libghc-template-haskell-dev-2.15.0.0-80f0d, libghc-transformers-dev-0.5.6.2-59c2c, libc6 (>= 2.2.5), libgmp10
Suggests: libghc-cmdargs-doc, libghc-cmdargs-prof
Filename: pool/universe/h/haskell-cmdargs/libghc-cmdargs-dev_0.10.20-3build2_amd64.deb
Size: 526628
MD5sum: 16a07d7cfafa653ff185d4fa30533a19
SHA1: aeadbced8926d7027a8330ee2260541984ff9271
SHA256: d5a8b053ceedea01d40bd193fc1347b959746c5eee7f5aaabea7c41d6f09f5ce
SHA512: 625bbf1a861780f91345d0302953c5e9f69e7fe5419befdb804b910bee6dfa60bd79b7470906b4b737455c8c45ed6509606272aa8dd69500ec409e1cb12b125b
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-IPGU1bqI8llB1Nb1AgIuLk