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

Last updated: May 03,2024

1. Install "libghc-cprng-aes-prof" package

This guide let you learn how to install libghc-cprng-aes-prof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-cprng-aes-prof

2. Uninstall "libghc-cprng-aes-prof" package

Please follow the instructions below to uninstall libghc-cprng-aes-prof on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-cprng-aes-prof $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-cprng-aes-prof
Priority: extra
Section: universe/haskell
Installed-Size: 112
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-cprng-aes
Version: 0.6.1-3build1
Provides: libghc-cprng-aes-prof-0.6.1-3d76a
Depends: libghc-cprng-aes-dev (= 0.6.1-3build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-byteable-prof-0.1.1-8a158, libghc-bytestring-prof-0.10.6.0-9a873, libghc-cipher-aes-prof-0.2.11-82259, libghc-crypto-random-prof-0.0.9-ca723
Filename: pool/universe/h/haskell-cprng-aes/libghc-cprng-aes-prof_0.6.1-3build1_amd64.deb
Size: 17910
MD5sum: 243e6c112601819e704e3ef412e4b020
SHA1: 9a4fff3eb24b38800c881e2715a76919bfe79121
SHA256: 8ffdf9b5ae95964243582e9c2561fa001348d59fa3283fe45b930708ed112e3f
Description-en: pseudo-random number generator using AES in counter mode; profiling libraries
It contains a simple crypto pseudo-random-number-generator with
really good randomness property.
.
Using ent, a randomness property maker on one 1Mb sample:
Entropy = 7.999837 bits per byte. Optimum compression would reduce
the size of this 1048576 byte file by 0 percent. Chi square distribution
for 1048576 samples is 237.02 Arithmetic mean value of data bytes is
127.3422 (127.5 = random) Monte Carlo value for Pi is 3.143589568
(error 0.06 percent).
.
Compared to urandom with the same sampling: Entropy = 7.999831 bits per
byte. Optimum compression would reduce the size of this 1048576 byte file
by 0 percent. Chi square distribution for 1048576 samples is 246.63
Arithmetic mean value of data bytes is 127.6347 (127.5 = random). Monte
Carlo value for Pi is 3.132465868 (error 0.29 percent).
.
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: 0228c143110fe45768675a69bd54327d
Homepage: http://github.com/vincenthz/hs-cprng-aes
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu