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

Last updated: May 09,2024

1. Install "libghc-esqueleto-prof" package

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

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

2. Uninstall "libghc-esqueleto-prof" package

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

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

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

Package: libghc-esqueleto-prof
Priority: extra
Section: universe/haskell
Installed-Size: 3039
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-esqueleto
Version: 2.4.1-2build1
Provides: libghc-esqueleto-prof-2.4.1-8dd99
Depends: libghc-esqueleto-dev (= 2.4.1-2build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-blaze-html-prof-0.8.1.1-d2f0d, libghc-bytestring-prof-0.10.6.0-9a873, libghc-conduit-prof-1.2.6.1-41894, libghc-monad-logger-prof-0.3.16-47856, libghc-persistent-prof-2.2.4-f2a7e, libghc-resourcet-prof-1.1.7-6832b, libghc-tagged-prof-0.8.2-16a51, libghc-text-prof-1.2.2.0-2c09c, libghc-transformers-prof-0.4.2.0-81450, libghc-unordered-containers-prof-0.2.5.1-a371f
Filename: pool/universe/h/haskell-esqueleto/libghc-esqueleto-prof_2.4.1-2build1_amd64.deb
Size: 240998
MD5sum: cf150a4d157666764137f87b468988fb
SHA1: f429c86c61d68ff0f3ec0e2cba9ece4e38e0af81
SHA256: ae427f0c6280ef38fa7eb2b537abd2416b3d51394f7391f8243ca6788e99fb5c
Description-en: type-safe EDSL for SQL on persistent backends; profiling libraries
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 a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 276e1192e08036e27b2cde88f14a79fd
Homepage: https://github.com/prowdsponsor/esqueleto
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu