How to Install and Uninstall libhugs-quickcheck-bundled Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libhugs-quickcheck-bundled" package

In this section, we are going to explain the necessary steps to install libhugs-quickcheck-bundled on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libhugs-quickcheck-bundled

2. Uninstall "libhugs-quickcheck-bundled" package

Please follow the steps below to uninstall libhugs-quickcheck-bundled on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libhugs-quickcheck-bundled $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhugs-quickcheck-bundled package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libhugs-quickcheck-bundled
Priority: optional
Section: universe/devel
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Isaac Jones
Architecture: amd64
Source: hugs98
Version: 98.200609.21-5.4
Provides: libhugs-quickcheck
Depends: hugs (= 98.200609.21-5.4), libhugs-base
Conflicts: libhugs-quickcheck
Filename: pool/universe/h/hugs98/libhugs-quickcheck-bundled_98.200609.21-5.4_amd64.deb
Size: 8942
MD5sum: 55d005b6269c28c1bb65cd9cb780c984
SHA1: 56d3bb9626e53601eb8229f9c96be803e979d82f
SHA256: 9d3d28412781129c46cf13b1e73f3be644981a55e95aa62fe220cf369e19fc6c
Description-en: Automatic testing of Haskell programs
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.
.
This is the version bundled with the interpreter.
Description-md5: 06c3870ee504ffdd86ff01916eb4d69a
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu