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

Last updated: May 18,2024

1. Install "libghc-snap-core-prof" package

Learn how to install libghc-snap-core-prof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-snap-core-prof

2. Uninstall "libghc-snap-core-prof" package

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

$ sudo apt remove libghc-snap-core-prof $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-snap-core-prof
Priority: extra
Section: universe/haskell
Installed-Size: 7400
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-snap-core
Version: 0.9.8.0-1build1
Provides: libghc-snap-core-prof-0.9.8.0-6839d
Depends: libghc-snap-core-dev (= 0.9.8.0-1build1), libghc-hunit-prof-1.3.0.0-90410, libghc-monadcatchio-transformers-prof-0.3.1.3-3f6f0, libghc-attoparsec-prof-0.13.0.1-13ee8, libghc-attoparsec-enumerator-prof-0.3.4-cf422, libghc-base-prof-4.8.2.0-0d6d1, libghc-blaze-builder-prof-0.4.0.1-073b5, libghc-blaze-builder-enumerator-prof-0.2.1.0-bfa18, libghc-bytestring-prof-0.10.6.0-9a873, libghc-bytestring-mmap-prof-0.2.2-ecde3, libghc-case-insensitive-prof-1.2.0.5-aaffb, libghc-containers-prof-0.5.6.2-59326, libghc-deepseq-prof-1.4.1.1-614b6, libghc-directory-prof-1.2.2.0-660a7, libghc-enumerator-prof-0.4.20-9ff53, libghc-filepath-prof-1.4.0.0-f97d1, libghc-hashable-prof-1.2.3.3-ce7af, libghc-mtl-prof-2.2.1-3af90, libghc-old-locale-prof-1.0.0.7-0db93, libghc-random-prof-1.1-c46cc, libghc-regex-posix-prof-0.95.2-6e2e8, libghc-text-prof-1.2.2.0-2c09c, libghc-time-prof-1.5.0.1-1b9a5, libghc-unix-prof-2.7.1.0-bb54e, libghc-unix-compat-prof-0.4.1.4-1e201, libghc-unordered-containers-prof-0.2.5.1-a371f, libghc-vector-prof-0.11.0.0-c6a21, libghc-zlib-enum-prof-0.2.3.1-54a11
Filename: pool/universe/h/haskell-snap-core/libghc-snap-core-prof_0.9.8.0-1build1_amd64.deb
Size: 710738
MD5sum: 47bba234b51b487eb29b00914162ce2f
SHA1: a53fef37dddafac722f67f44607d6dc8d8c2b601
SHA256: 0e7c2e00c644c3b2a86eb58016483c44493e8050f870f81366332d6fe082ff16
Description-en: Snap: A Haskell Web Framework (Core); profiling libraries
Snap is a simple and fast web development framework and server written in
Haskell. For more information or to download the latest version, you can
visit the Snap project website at .
.
This library contains the core definitions and types for the Snap framework,
including:
.
1. Primitive types and functions for HTTP (requests, responses, cookies,
post/query parameters, etc)
.
2. Type aliases and helper functions for Iteratee I/O
.
3. A monad for programming web handlers called \"Snap\", inspired by
happstack's (), which allows:
.
o Stateful access to the HTTP request and response objects
.
o Monadic failure (i.e. MonadPlus/Alternative instances) for declining
to handle requests and chaining handlers together
.
o Early termination of the computation if you know early what you want
to return and want to prevent further monadic processing
.
This package contains the libraries compiled with profiling enabled.
Description-md5: 7e223748f4b56c345efb035c10be3d94
Homepage: http://snapframework.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu