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

Last updated: April 28,2024

1. Install "libghc-quickcheck2-dev" package

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

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

2. Uninstall "libghc-quickcheck2-dev" package

This guide let you learn how to uninstall libghc-quickcheck2-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-quickcheck2-dev
Priority: extra
Section: universe/haskell
Installed-Size: 4566
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-quickcheck
Version: 2.8.1-2
Replaces: libghc-quickcheck-dev (<< 2.1.0.1-6)
Provides: libghc-quickcheck-dev-2.8.1-3b4e5
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libghc-random-dev-1.1-c46cc, libghc-template-haskell-dev-2.10.0.0-3c4cb, libghc-tf-random-dev-0.5-be1be, libghc-transformers-dev-0.4.2.0-81450, libc6 (>= 2.2.5)
Suggests: libghc-quickcheck2-doc, libghc-quickcheck2-prof
Conflicts: libghc-quickcheck-dev (<< 2.1.0.1-6)
Filename: pool/universe/h/haskell-quickcheck/libghc-quickcheck2-dev_2.8.1-2_amd64.deb
Size: 419860
MD5sum: befb47f73a61d1f7de7e6960ee6e4c83
SHA1: 5b384607ec2a3ddbc2d6c99405aa88f59c3bfaff
SHA256: 5ce3e3f4f921a4f0664ee9d1fbb7062fb4c5c60d7d5b97fb3892e6c0e25c71a9
Description-en: Haskell automatic testing library for GHC
This package provides a library for the Haskell programming language.
.
QuickCheck is a library for testing Haskell programs automatically.
The programmer provides a specification of the program, in
the form of properties which functions should satisfy, and
QuickCheck then tests that the properties hold in a large number
of randomly generated cases. Specifications are expressed in
Haskell, using combinators defined in the QuickCheck library.
QuickCheck provides combinators to define properties, observe
the distribution of test data, and define test data generators.
Description-md5: fdc8a1a14b6a1fb648d28d110264b87f
Homepage: https://github.com/nick8325/quickcheck
Ghc-Package: QuickCheck-2.8.1-3b4e59fb7b4229f7e8519c5347611ffa
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu