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

Last updated: May 13,2024

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

This guide let you learn how to install libghc-crypto-random-api-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide let you learn how to uninstall libghc-crypto-random-api-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-crypto-random-api-dev
Priority: extra
Section: universe/haskell
Installed-Size: 126
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-dev-0.2.0-0d766
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-entropy-dev-0.3.7-c7ac0, libc6 (>= 2.2.5)
Suggests: libghc-crypto-random-api-doc, libghc-crypto-random-api-prof
Filename: pool/universe/h/haskell-crypto-random-api/libghc-crypto-random-api-dev_0.2.0-6_amd64.deb
Size: 18872
MD5sum: d79d208dc8a2d2998b50613fbed0fa96
SHA1: aa82bdc0a6df4c546a70a4b6cc16598acf6828fc
SHA256: 89349d99b56c0acc19d8e31e7ef4c38b517c3177733222355955e1e3f068fe59
Description-en: simple random generators API for cryptography related code
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.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: c89e1d1e6d0e16b47eb6cbe5cf6b2225
Homepage: http://github.com/vincenthz/hs-crypto-random-api
Ghc-Package: crypto-random-api-0.2.0-0d766b45b095bf1e091ae7a8558b561f
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu