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

Last updated: May 18,2024

1. Install "libghc-lazysmallcheck-dev" package

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

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

2. Uninstall "libghc-lazysmallcheck-dev" package

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

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

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

Package: libghc-lazysmallcheck-dev
Priority: extra
Section: universe/haskell
Installed-Size: 389
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-lazysmallcheck
Version: 0.6-7
Provides: libghc-lazysmallcheck-dev-0.6-29590
Depends: libghc-base-dev-4.8.2.0-0d6d1, libc6 (>= 2.2.5)
Suggests: libghc-lazysmallcheck-doc, libghc-lazysmallcheck-prof
Filename: pool/universe/h/haskell-lazysmallcheck/libghc-lazysmallcheck-dev_0.6-7_amd64.deb
Size: 52274
MD5sum: 1f0f1541d6e3c79f55dc6e539d9fd008
SHA1: 16265c0feaee50558da179fa8928dd67d6abbe14
SHA256: 3c164066e1821e11f6fa633222606a5fb8d8e2d529bec50b97ab3a4faaefb52f
Description-en: A library for demand-driven testing of Haskell programs
Lazy SmallCheck is a library for exhaustive, demand-driven testing of
Haskell programs. It is based on the idea that if a property holds
for a partially-defined input then it must also hold for all
fully-defined refinements of the that input. Compared to ``eager''
input generation as in SmallCheck, Lazy SmallCheck may require
significantly fewer test-cases to verify a property for all inputs up
to a given depth.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: b482c500e56906346550f9f91cab82ee
Homepage: http://www.cs.york.ac.uk/~mfn/lazysmallcheck/
Ghc-Package: lazysmallcheck-0.6-29590f65b8871c2f13df23371272a1da
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu