How to Install and Uninstall libghc-cmdargs-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libghc-cmdargs-doc" package

This tutorial shows how to install libghc-cmdargs-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-cmdargs-doc" package

In this section, we are going to explain the necessary steps to uninstall libghc-cmdargs-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libghc-cmdargs-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-cmdargs-doc
Priority: extra
Section: universe/doc
Installed-Size: 1472
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-cmdargs
Version: 0.10.13-4
Depends: haddock-interface-27
Recommends: ghc-doc
Filename: pool/universe/h/haskell-cmdargs/libghc-cmdargs-doc_0.10.13-4_all.deb
Size: 119612
MD5sum: 4e9eed1e21f7a04773e6aa7e46a7cbd9
SHA1: 1372070ffe3827ba8b1a1dbf0d22eae6c5ec0b08
SHA256: bbf6d8b38601855161ea2cd4f7ee1f498584685bddf5dc138d36197d16d7c363
Description-en: 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: 546edd54da29b3a599b735788598cb03
Homepage: http://community.haskell.org/~ndm/cmdargs/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu