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

Last updated: May 20,2024

1. Install "libghc-mwc-random-dev" package

In this section, we are going to explain the necessary steps to install libghc-mwc-random-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-mwc-random-dev

2. Uninstall "libghc-mwc-random-dev" package

Please follow the steps below to uninstall libghc-mwc-random-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-mwc-random-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-mwc-random-dev
Priority: extra
Section: universe/haskell
Installed-Size: 4085
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-mwc-random
Version: 0.13.3.2-3build1
Provides: libghc-mwc-random-dev-0.13.3.2-168a8
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-primitive-dev-0.6.1.0-b2a7b, libghc-time-dev-1.5.0.1-1b9a5, libghc-vector-dev-0.11.0.0-c6a21, libc6 (>= 2.2.5)
Suggests: libghc-mwc-random-doc, libghc-mwc-random-prof
Filename: pool/universe/h/haskell-mwc-random/libghc-mwc-random-dev_0.13.3.2-3build1_amd64.deb
Size: 246334
MD5sum: 94024d147b289af1e13897166d974246
SHA1: 4d2607e1a305f96820b1653aab1778927de0d0a5
SHA256: d762ca63260c80b7b18818a14f059b7695b80a5489299e3ff649137379a648c7
Description-en: Fast, high quality pseudo random number generation
This package contains code for generating high quality random numbers that
follow either a uniform or normal distribution. The generated numbers are
suitable for use in statistical applications.
.
The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
multiply-with-carry generator, which has a period of 2^8222 and fares well in
tests of randomness. It is also extremely fast, between 2 and 3 times faster
than the Mersenne Twister.
.
Compared to the mersenne-random package, this package has a more convenient
API, is faster, and supports more statistical distributions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 19c6bac080264a05b1bac1e23ad16fa8
Homepage: https://github.com/bos/mwc-random
Ghc-Package: mwc-random-0.13.3.2-168a8f60aaa4f8be939a7610d137518b
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu