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

Last updated: May 19,2024

1. Install "libghc-parsec3-dev" package

This tutorial shows how to install libghc-parsec3-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-parsec3-dev" package

Please follow the step by step instructions below to uninstall libghc-parsec3-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-parsec3-dev
Priority: extra
Section: universe/haskell
Installed-Size: 2612
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-parsec
Version: 3.1.9-4build1
Replaces: libghc-parsec-dev (<< 3.0.0-5)
Provides: libghc-parsec-dev-3.1.9-c97a6
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-mtl-dev-2.2.1-3af90, libghc-text-dev-1.2.2.0-2c09c, libc6 (>= 2.2.5)
Suggests: libghc-parsec3-doc, libghc-parsec3-prof
Conflicts: libghc-parsec-dev (<< 3.0.0-5)
Filename: pool/universe/h/haskell-parsec/libghc-parsec3-dev_3.1.9-4build1_amd64.deb
Size: 236980
MD5sum: 6c7ecd9e9549ae782603cb17c2f50acf
SHA1: 0678652423577bd2e6ee3c39da5322ee8acf2d31
SHA256: af901ec616da0c20c6d1a2f3e9a968562d4adb94a30a2d1ff911dc2c58b47d9b
Description-en: Haskell monadic parser combinator library for GHC
This package provides a library for the Haskell programming language.
.
Parsec is designed from scratch as an industrial-strength parser
library. It is simple, safe, well documented, has extensive
libraries and good error messages, and is also fast. It is defined
as a monad transformer that can be stacked on arbitrary monads, and
it is also parametric in the input stream type.
Description-md5: f7ab2cfc7906b99db98d53e3aa990da6
Homepage: https://github.com/aslatter/parsec
Ghc-Package: parsec-3.1.9-c97a6d9077152efda935fd305a6ba92b
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions