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

Last updated: May 12,2024

1. Install "libghc-mersenne-random-pure64-dev" package

Please follow the guidelines below to install libghc-mersenne-random-pure64-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-mersenne-random-pure64-dev

2. Uninstall "libghc-mersenne-random-pure64-dev" package

This is a short guide on how to uninstall libghc-mersenne-random-pure64-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-mersenne-random-pure64-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-mersenne-random-pure64-dev
Priority: extra
Section: universe/haskell
Installed-Size: 170
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-mersenne-random-pure64
Version: 0.2.0.4-5
Provides: libghc-mersenne-random-pure64-dev-0.2.0.4-42608
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-old-time-dev-1.1.0.3-44943, libghc-random-dev-1.1-c46cc, libc6 (>= 2.2.5)
Suggests: libghc-mersenne-random-pure64-doc, libghc-mersenne-random-pure64-prof
Filename: pool/universe/h/haskell-mersenne-random-pure64/libghc-mersenne-random-pure64-dev_0.2.0.4-5_amd64.deb
Size: 22358
MD5sum: 7b23f819bd4922c3085ee6596c02ca2a
SHA1: 28e4add6cfa97a081f16932e2f844b40a584c64d
SHA256: b0d4f5a978d5bc4dceab36745454c95912496096199175064deb6e89bac59c1b
Description-en: Fast pure pseudorandom number generator
The Mersenne twister is a pseudorandom number generator developed by Makoto
Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence
over a finite binary field. It provides for fast generation of very high
quality pseudorandom numbers.
.
This library provides a purely functional binding to the 64 bit classic
mersenne twister, along with instances of RandomGen, so the generator can be
used with System.Random. The generator should typically be a few times faster
than the default StdGen (but a tad slower than the impure 'mersenne-random'
library based on SIMD instructions and destructive state updates.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 44b46390f3218bcf356b133551e1cffc
Homepage: http://code.haskell.org/~dons/code/mersenne-random-pure64/
Ghc-Package: mersenne-random-pure64-0.2.0.4-426089126dac476794e00f1803b6264b
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu