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

Last updated: September 20,2024

1. Install "libghc-esqueleto-doc" package

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

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

2. Uninstall "libghc-esqueleto-doc" package

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

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

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

Package: libghc-esqueleto-doc
Priority: extra
Section: universe/doc
Installed-Size: 1645
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-esqueleto
Version: 2.4.1-2build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-blaze-html-doc, libghc-conduit-doc, libghc-persistent-doc, libghc-resourcet-doc, libghc-text-doc
Filename: pool/universe/h/haskell-esqueleto/libghc-esqueleto-doc_2.4.1-2build1_all.deb
Size: 105580
MD5sum: 67e006a8368f81a1e2d9edd7ffa9b947
SHA1: b12a8b03120fe5ffcb043f9ec2cc4a92404bff90
SHA256: ec0dd1deb9da5f45e7375092c73ae7dbc93de5a3d9aa3deb3752a6b2390014ab
Description-en: type-safe EDSL for SQL on persistent backends; documentation
esqueleto is a bare bones, type-safe EDSL for SQL queries
that works with unmodified persistent SQL backends. Its
language closely resembles SQL, so you don't have to learn
new concepts, just new syntax, and it's fairly easy to
predict the generated SQL and optimize it for your backend.
Most kinds of errors committed when writing SQL are caught as
compile-time errors---although it is possible to write
type-checked esqueleto queries that fail at runtime.
.
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: d62ba84c07cc6f3ce0592a9a2acb6c13
Homepage: https://github.com/prowdsponsor/esqueleto
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu