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

Last updated: May 18,2024

1. Install "libghc-quickcheck2-prof" package

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

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

2. Uninstall "libghc-quickcheck2-prof" package

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

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

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

Package: libghc-quickcheck2-prof
Priority: extra
Section: universe/haskell
Installed-Size: 3919
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-quickcheck
Version: 2.8.1-2
Replaces: libghc-quickcheck-prof (<< 2.1.0.1-6)
Provides: libghc-quickcheck-prof-2.8.1-3b4e5
Depends: libghc-quickcheck2-dev (= 2.8.1-2), libghc-base-prof-4.8.2.0-0d6d1, libghc-containers-prof-0.5.6.2-59326, libghc-random-prof-1.1-c46cc, libghc-template-haskell-prof-2.10.0.0-3c4cb, libghc-tf-random-prof-0.5-be1be, libghc-transformers-prof-0.4.2.0-81450
Conflicts: libghc-quickcheck-prof (<< 2.1.0.1-6)
Filename: pool/universe/h/haskell-quickcheck/libghc-quickcheck2-prof_2.8.1-2_amd64.deb
Size: 368272
MD5sum: 0626716c5dc76523df9a9903ac29d34f
SHA1: 5ff121e7caf59fb0cf0275497b33b1cbee616190
SHA256: c79dee0bdfe76756f9956006c0d5350be365136ebf36a770ae861353e76b5b95
Description-en: Haskell automatic testing library for GHC; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
.
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: e361d15f8ac8ef17ec6d8fae2f281b1e
Homepage: https://github.com/nick8325/quickcheck
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu