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

Last updated: May 18,2024

1. Install "libghc-boomerang-prof" package

Please follow the steps below to install libghc-boomerang-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-boomerang-prof" package

Please follow the guidelines below to uninstall libghc-boomerang-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-boomerang-prof
Priority: extra
Section: universe/haskell
Installed-Size: 1799
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-boomerang
Version: 1.4.5.1-1build1
Provides: libghc-boomerang-prof-1.4.5.1-56516
Depends: libghc-boomerang-dev (= 1.4.5.1-1build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-mtl-prof-2.2.1-3af90, libghc-template-haskell-prof-2.10.0.0-3c4cb, libghc-text-prof-1.2.2.0-2c09c
Filename: pool/universe/h/haskell-boomerang/libghc-boomerang-prof_1.4.5.1-1build1_amd64.deb
Size: 179758
MD5sum: 3d5efbe3535a8e14420691bcbc672032
SHA1: 0416bd721efb072481b2bbb63a4c8192a947e2db
SHA256: 447859d305b79dbc3f51cc7f8b6589cc0c246f6ee30284031fad668c9bcce4e7
Description-en: invertible parsing and printing; profiling libraries
Specify a single unified grammar which can be used for parsing and
pretty-printing.
.
Boomerang is a DSL for creating parsers and pretty-printers using a single
specification. Instead of writing a parser, and then writing a separate
pretty-printer, both are created at once. This saves time, and ensures that
the parser and pretty-printer are inverses and stay in-sync with each other.
.
Boomerang is a generalized derivative of the Zwaluw library created by
Sjoerd Visscher and Martijn van Steenbergen.
.
This package contains the libraries compiled with profiling enabled.
Description-md5: 37c1d356dd4d0497543d63b0cfbef1ff
Homepage: http://hackage.haskell.org/package/boomerang
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu