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

Last updated: May 22,2024

1. Install "libghc-crypto-random-api-prof" package

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

$ sudo apt update $ sudo apt install libghc-crypto-random-api-prof

2. Uninstall "libghc-crypto-random-api-prof" package

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

$ sudo apt remove libghc-crypto-random-api-prof $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-crypto-random-api-prof
Priority: extra
Section: universe/haskell
Installed-Size: 93
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-crypto-random-api
Version: 0.2.0-6
Provides: libghc-crypto-random-api-prof-0.2.0-0d766
Depends: libghc-crypto-random-api-dev (= 0.2.0-6), libghc-base-prof-4.8.2.0-0d6d1, libghc-bytestring-prof-0.10.6.0-9a873, libghc-entropy-prof-0.3.7-c7ac0
Filename: pool/universe/h/haskell-crypto-random-api/libghc-crypto-random-api-prof_0.2.0-6_amd64.deb
Size: 14758
MD5sum: 516fb3d6749f0c7e8ef4a8935346ec0b
SHA1: ca061a43f37e3a9a25a12e05c564472590868e2a
SHA256: a5b3a41d43cb880794758514c36080232a097dc76a9b41ce1452c0180a00611b
Description-en: simple random generators API for crypto-related code; profiling libraries
This provides a class of Cryptographic Secure Random generator.
.
The main difference with the generic Haskell RNG is that it return bytes
instead of an integer.
.
It is quite similar to the CryptoRandomGen class in crypto-api except
that error are not returned to the user. Instead the user is suppose to
handle reseeding by using the NeedReseed and SupplyEntropy methods. For
other type of errors, the user is expected to generate bytes with the
parameters bounds explicity defined here.
.
The CPRG need to be able to generate up to 2^20 bytes in one call.
.
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: 51a09a0fbe81135cae1ba17402f0899e
Homepage: http://github.com/vincenthz/hs-crypto-random-api
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu