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

Last updated: May 17,2024

1. Install "libghc-blaze-builder-dev" package

Learn how to install libghc-blaze-builder-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-blaze-builder-dev

2. Uninstall "libghc-blaze-builder-dev" package

This guide covers the steps necessary to uninstall libghc-blaze-builder-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-blaze-builder-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-blaze-builder-dev
Priority: extra
Section: universe/haskell
Installed-Size: 582
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-blaze-builder
Version: 0.4.0.1-3build1
Provides: libghc-blaze-builder-dev-0.4.0.1-073b5
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-deepseq-dev-1.4.1.1-614b6, libghc-text-dev-1.2.2.0-2c09c, libc6 (>= 2.2.5)
Suggests: libghc-blaze-builder-doc, libghc-blaze-builder-prof
Filename: pool/universe/h/haskell-blaze-builder/libghc-blaze-builder-dev_0.4.0.1-3build1_amd64.deb
Size: 61032
MD5sum: 273b08d8f3691a97d61f8acddded8afc
SHA1: 811bc12ca4a76d64d7b43d990f1b08bfb3395cc3
SHA256: 313b0d426faf1aad141454e9599f7cc95e71d0dc9d4941deea5411f2a033b5f2
Description-en: abstraction of buffered output of byte streams
This library provides an abstraction of buffered output of byte streams and
several convenience functions to exploit it. For example, it allows one to
efficiently serialize Haskell values to lazy bytestrings with a large average
chunk size. The large average chunk size allows one to make good use of cache
prefetching in later processing steps (e.g. compression) and reduces the
system call overhead when writing the resulting lazy bytestring to a file or
sending it over the network.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 7b7c9c2f5f2d8cafa14c009942307f26
Homepage: http://github.com/lpsmith/blaze-builder
Ghc-Package: blaze-builder-0.4.0.1-073b5264a38e394a8dbb57adf8acf9c2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu