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

Last updated: May 16,2024

1. Install "libghc-free-dev" package

Please follow the guidance below to install libghc-free-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-free-dev" package

Here is a brief guide to show you how to uninstall libghc-free-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-free-dev
Priority: extra
Section: universe/haskell
Installed-Size: 5190
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-free
Version: 4.12.1-2build1
Provides: libghc-free-dev-4.12.1-ad82e
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-bifunctors-dev-5.1-6066f, libghc-comonad-dev-4.2.7.2-3ce8d, libghc-distributive-dev-0.4.4-bb01c, libghc-exceptions-dev-0.8.0.2-36aed, libghc-mtl-dev-2.2.1-3af90, libghc-prelude-extras-dev-0.4.0.2-7664b, libghc-profunctors-dev-5.1.2-1408d, libghc-semigroupoids-dev-5.0.0.4-0fab8, libghc-semigroups-dev-0.18.0.1-8280a, libghc-template-haskell-dev-2.10.0.0-3c4cb, libghc-transformers-dev-0.4.2.0-81450, libc6 (>= 2.2.5)
Suggests: libghc-free-doc, libghc-free-prof
Filename: pool/universe/h/haskell-free/libghc-free-dev_4.12.1-2build1_amd64.deb
Size: 430484
MD5sum: 88a13b7ec8939cf1bd4a83e8b758c7e9
SHA1: d9eb60054abdd939684ac19e4751e36790ae1c22
SHA256: eaf69af72b62476a163e4ca69c19701387004c55ec15e36b3358560baabf4121
Description-en: Monads for free
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 a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: cf895897d953610a9f98e991e97cfcef
Homepage: http://github.com/ekmett/free/
Ghc-Package: free-4.12.1-ad82e11832dd3624d7629a0543331400
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu