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

Last updated: May 05,2024

1. Install "libghc-free-doc" package

This is a short guide on how to install libghc-free-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-free-doc" package

Please follow the steps below to uninstall libghc-free-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-free-doc
Priority: extra
Section: universe/doc
Installed-Size: 1691
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-free
Version: 4.12.1-2build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-bifunctors-doc, libghc-comonad-doc, libghc-distributive-doc, libghc-exceptions-doc, libghc-mtl-doc, libghc-prelude-extras-doc, libghc-profunctors-doc, libghc-semigroupoids-doc, libghc-semigroups-doc
Filename: pool/universe/h/haskell-free/libghc-free-doc_4.12.1-2build1_all.deb
Size: 116224
MD5sum: d996a0233e69e0de2236d1658cc73355
SHA1: 68fb97e6ff829c93e63a4600e2c24d984611cb89
SHA256: a2986fe7be453bb28cfc220de37d534ee5904415352a3479f39142f3d9d67c33
Description-en: Monads for free; documentation
Free monads are useful for many tree-like structures and domain specific
languages.
.
A Monad n is a free Monad for f if every Monad homomorphism from n to another
monad m is equivalent to a natural transformation from f to m.
.
Cofree comonads provide convenient ways to talk about branching streams and
rose-trees, and can be used to annotate syntax trees.
.
A Comonad v is a cofree Comonad for f if every Comonad homomorphism another
comonad w to v is equivalent to a natural transformation from w to f.
.
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: e5c8bd2fc2a6180137c0343f80716b0b
Homepage: http://github.com/ekmett/free/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu