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

Last updated: May 20,2024

1. Install "libghc-boomerang-dev" package

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

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

2. Uninstall "libghc-boomerang-dev" package

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

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

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

Package: libghc-boomerang-dev
Priority: extra
Section: universe/haskell
Installed-Size: 2114
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-boomerang
Version: 1.4.5.1-1build1
Provides: libghc-boomerang-dev-1.4.5.1-56516
Depends: libc6 (>= 2.2.5), libghc-base-dev-4.8.2.0-0d6d1, libghc-mtl-dev-2.2.1-3af90, libghc-template-haskell-dev-2.10.0.0-3c4cb, libghc-text-dev-1.2.2.0-2c09c
Suggests: libghc-boomerang-doc, libghc-boomerang-prof
Filename: pool/universe/h/haskell-boomerang/libghc-boomerang-dev_1.4.5.1-1build1_amd64.deb
Size: 207422
MD5sum: b985b4e00f3fb7517382463e94a8dac6
SHA1: 1250c0931e8e755194590724845af27165a54830
SHA256: 4e49e0218491f07110b523de776fc47c2495eca3a63489ff096d937b9baed965
Description-en: invertible parsing and printing
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 normal library files.
Description-md5: fce77f96f294ff2b292ea23948401f7a
Homepage: http://hackage.haskell.org/package/boomerang
Ghc-Package: boomerang-1.4.5.1-56516942fe29bf13694eea9d29deb51a
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu