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

Last updated: May 18,2024

1. Install "libghc-free-prof" package

This guide covers the steps necessary to install libghc-free-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-free-prof" package

This tutorial shows how to uninstall libghc-free-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-free-prof
Priority: extra
Section: universe/haskell
Installed-Size: 4635
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-free
Version: 4.12.1-2build1
Provides: libghc-free-prof-4.12.1-ad82e
Depends: libghc-free-dev (= 4.12.1-2build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-bifunctors-prof-5.1-6066f, libghc-comonad-prof-4.2.7.2-3ce8d, libghc-distributive-prof-0.4.4-bb01c, libghc-exceptions-prof-0.8.0.2-36aed, libghc-mtl-prof-2.2.1-3af90, libghc-prelude-extras-prof-0.4.0.2-7664b, libghc-profunctors-prof-5.1.2-1408d, libghc-semigroupoids-prof-5.0.0.4-0fab8, libghc-semigroups-prof-0.18.0.1-8280a, libghc-template-haskell-prof-2.10.0.0-3c4cb, libghc-transformers-prof-0.4.2.0-81450
Filename: pool/universe/h/haskell-free/libghc-free-prof_4.12.1-2build1_amd64.deb
Size: 407652
MD5sum: 610a81d07655fe210cccac580bb784b0
SHA1: 1e1f17cc11c9d610f2d66d403237408693a29022
SHA256: ebb0a826bbcdae73edfbe78b067209c7927f31be253e14d294d40d0131305a13
Description-en: Monads for free; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 9efc8f7e60a1b0919b02b3431ead6d91
Homepage: http://github.com/ekmett/free/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu