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

Last updated: May 18,2024

1. Install "libghc-cabal-helper-doc" package

Here is a brief guide to show you how to install libghc-cabal-helper-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-cabal-helper-doc

2. Uninstall "libghc-cabal-helper-doc" package

Learn how to uninstall libghc-cabal-helper-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-cabal-helper-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-cabal-helper-doc
Priority: extra
Section: universe/doc
Installed-Size: 309
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-cabal-helper
Version: 0.6.2.0-4build1
Depends: haddock-interface-27
Recommends: ghc-doc
Filename: pool/universe/h/haskell-cabal-helper/libghc-cabal-helper-doc_0.6.2.0-4build1_all.deb
Size: 43754
MD5sum: 07451d5e38e6a330d7a43733e6e1c067
SHA1: 469c2284169c02e1aea3f62841336902a80234f0
SHA256: 455d209d4779c803eda927546d47744f1a51384c95d1bc47f81985856b1e39dd
Description-en: Simple interface to some of Cabal's configuration state; documentation
cabal-helper provides a library which wraps the internal use of
anexecutable to lift the restrictions imposed by linking against versions of
GHC before 7.10. This has the pleasant side effect of isolating the user
from having to deal with Cabal version changes manually as cabal-helper
can simply recompile it's helper program automatically as needed.
.
cabal-helper uses a wrapper executable to compile the actual cabal-helper
executable at runtime while linking against an arbitrary version of
Cabal. This runtime-compiled helper executable is then used to extract
various bits and peices from Cabal's on disk state (dist/setup-config)
written by it's configure command.
.
In addition to this the wrapper executable also supports installing any
version of Cabal from hackage in case it cannot be found in any available
package database. The wrapper installs these instances of the Cabal library
into a private package database so as to not interfere with the user's
packages.
.
Furthermore the wrapper supports one special case namely reading a state
file for Cabal itself. This is needed as Cabal compiles it's Setup.hs using
itself and not using any version of Cabal installed in any package database.
.
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: 3d1b0eba6067fbe791bd0d00645aa189
Homepage: http://hackage.haskell.org/package/cabal-helper
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions