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

Last updated: May 16,2024

1. Install "libghc-quickcheck2-doc" package

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

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

2. Uninstall "libghc-quickcheck2-doc" package

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

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

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

Package: libghc-quickcheck2-doc
Priority: extra
Section: universe/doc
Installed-Size: 1822
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-quickcheck
Version: 2.8.1-2
Replaces: libghc-quickcheck-doc (<< 2.1.0.1-6)
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-random-doc, libghc-tf-random-doc
Conflicts: libghc-quickcheck-doc (<< 2.1.0.1-6)
Filename: pool/universe/h/haskell-quickcheck/libghc-quickcheck2-doc_2.8.1-2_all.deb
Size: 122566
MD5sum: 8e8ac9cbe3bfaac69fdc2a34489c58cf
SHA1: 33c60d0eb7af4bb587835ba0c056b1b5696b8748
SHA256: d4756a11caffb6b0fc5ce53775993dc984faa29ae683cf15b24eaf284e60594e
Description-en: Haskell automatic testing library for GHC; documentation
This package provides the documentation for 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: e8ce978b93ab8a9a472d4e6d339b211d
Homepage: https://github.com/nick8325/quickcheck
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu