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

Last updated: May 08,2024

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

Please follow the guidance below to install libghc-blaze-builder-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

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

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

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

Package: libghc-blaze-builder-prof
Priority: extra
Section: universe/haskell
Installed-Size: 447
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-blaze-builder
Version: 0.4.0.1-3build1
Provides: libghc-blaze-builder-prof-0.4.0.1-073b5
Depends: libghc-blaze-builder-dev (= 0.4.0.1-3build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-bytestring-prof-0.10.6.0-9a873, libghc-deepseq-prof-1.4.1.1-614b6, libghc-text-prof-1.2.2.0-2c09c
Filename: pool/universe/h/haskell-blaze-builder/libghc-blaze-builder-prof_0.4.0.1-3build1_amd64.deb
Size: 50898
MD5sum: 580499d36f5701e728c7e6c51500ce2d
SHA1: 19c98a2acf1ab958a8d84760633aabb32f797df0
SHA256: 646c7528fbb12ffb545b8d45957700eb538612f9f0f01c77f8522e3a2f947cd9
Description-en: abstraction of buffered output of byte streams; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 282f468fead2ba6604bd6b5b0fbf4f79
Homepage: http://github.com/lpsmith/blaze-builder
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu