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

Last updated: May 17,2024

1. Install "libghc-cmdargs-prof" package

Please follow the guidelines below to install libghc-cmdargs-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-cmdargs-prof" package

This guide let you learn how to uninstall libghc-cmdargs-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-cmdargs-prof
Priority: extra
Section: universe/haskell
Installed-Size: 4048
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-cmdargs
Version: 0.10.13-4
Provides: libghc-cmdargs-prof-0.10.13-456f4
Depends: libghc-cmdargs-dev (= 0.10.13-4), libghc-base-prof-4.8.2.0-0d6d1, libghc-filepath-prof-1.4.0.0-f97d1, libghc-process-prof-1.2.3.0-a2232, libghc-template-haskell-prof-2.10.0.0-3c4cb, libghc-transformers-prof-0.4.2.0-81450
Filename: pool/universe/h/haskell-cmdargs/libghc-cmdargs-prof_0.10.13-4_amd64.deb
Size: 398016
MD5sum: 5ffb6c34b4788a89dc9b3d0277568dcb
SHA1: 7b2a17cffe82656d68c5dfe820f896d84f981de2
SHA256: d6cd76eb6e744454fbf651ea889a44c8599364c50c985ec1329ddc718ef7be4f
Description-en: 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: fefe9f645dc2906e40263b16dc33a8f3
Homepage: http://community.haskell.org/~ndm/cmdargs/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu