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

Last updated: May 12,2024

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

This guide let you learn how to install libghc-snap-core-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

In this section, we are going to explain the necessary steps to uninstall libghc-snap-core-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-snap-core-dev
Priority: extra
Section: universe/haskell
Installed-Size: 6357
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-snap-core
Version: 0.9.8.0-1build1
Provides: libghc-snap-core-dev-0.9.8.0-6839d
Depends: libc6 (>= 2.2.5), libghc-hunit-dev-1.3.0.0-90410, libghc-monadcatchio-transformers-dev-0.3.1.3-3f6f0, libghc-attoparsec-dev-0.13.0.1-13ee8, libghc-attoparsec-enumerator-dev-0.3.4-cf422, libghc-base-dev-4.8.2.0-0d6d1, libghc-blaze-builder-dev-0.4.0.1-073b5, libghc-blaze-builder-enumerator-dev-0.2.1.0-bfa18, libghc-bytestring-dev-0.10.6.0-9a873, libghc-bytestring-mmap-dev-0.2.2-ecde3, libghc-case-insensitive-dev-1.2.0.5-aaffb, libghc-containers-dev-0.5.6.2-59326, libghc-deepseq-dev-1.4.1.1-614b6, libghc-directory-dev-1.2.2.0-660a7, libghc-enumerator-dev-0.4.20-9ff53, libghc-filepath-dev-1.4.0.0-f97d1, libghc-hashable-dev-1.2.3.3-ce7af, libghc-mtl-dev-2.2.1-3af90, libghc-old-locale-dev-1.0.0.7-0db93, libghc-random-dev-1.1-c46cc, libghc-regex-posix-dev-0.95.2-6e2e8, libghc-text-dev-1.2.2.0-2c09c, libghc-time-dev-1.5.0.1-1b9a5, libghc-unix-dev-2.7.1.0-bb54e, libghc-unix-compat-dev-0.4.1.4-1e201, libghc-unordered-containers-dev-0.2.5.1-a371f, libghc-vector-dev-0.11.0.0-c6a21, libghc-zlib-enum-dev-0.2.3.1-54a11
Suggests: libghc-snap-core-doc, libghc-snap-core-prof
Filename: pool/universe/h/haskell-snap-core/libghc-snap-core-dev_0.9.8.0-1build1_amd64.deb
Size: 665316
MD5sum: 2aa12afd3dcb704ba5aa848eaf8c47b7
SHA1: 8ce9363911d52573ebb1abd74367cd666f33bc14
SHA256: ac705470920aea75b4f5d730ff9ecd201136b0694d1b2191cdfa7885d8e838a4
Description-en: Snap: A Haskell Web Framework (Core)
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 normal library files.
Description-md5: cf247452e8f65870e5779cf18e879ecf
Homepage: http://snapframework.com/
Ghc-Package: snap-core-0.9.8.0-6839d35e9756e5646254ac70e8e38916
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu