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

Last updated: May 18,2024

1. Install "libghc-lazysmallcheck-prof" package

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

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

2. Uninstall "libghc-lazysmallcheck-prof" package

Here is a brief guide to show you how to uninstall libghc-lazysmallcheck-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-lazysmallcheck-prof
Priority: extra
Section: universe/haskell
Installed-Size: 282
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-lazysmallcheck
Version: 0.6-7
Provides: libghc-lazysmallcheck-prof-0.6-29590
Depends: libghc-lazysmallcheck-dev (= 0.6-7), libghc-base-prof-4.8.2.0-0d6d1
Filename: pool/universe/h/haskell-lazysmallcheck/libghc-lazysmallcheck-prof_0.6-7_amd64.deb
Size: 34362
MD5sum: d2faa5c03d37243e4175ba033500fd5e
SHA1: a9ed7d0eff6e0f6f5f06394e5cf7d561fea65335
SHA256: 097edb2d77a8fd9f19eecd4b224bfbf91377ea8a9907102544a1497971585a1c
Description-en: A library for demand-driven testing of Haskell programs; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 683c47afb447daf5b745619126f1d85c
Homepage: http://www.cs.york.ac.uk/~mfn/lazysmallcheck/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu