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

Last updated: May 20,2024

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

Please follow the guidance below to install libghc-crypto-random-api-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the instructions below to uninstall libghc-crypto-random-api-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-crypto-random-api-doc
Priority: extra
Section: universe/doc
Installed-Size: 111
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-crypto-random-api
Version: 0.2.0-6
Depends: haddock-interface-27
Recommends: ghc-doc
Filename: pool/universe/h/haskell-crypto-random-api/libghc-crypto-random-api-doc_0.2.0-6_all.deb
Size: 20830
MD5sum: a2cb84776e028d397870e6299712f805
SHA1: 7c66734b136446b83cc57a0f7302e1d01fafab72
SHA256: b42467e2dff1e5fbd786f688be71a2a5e713580903e0107d14ededa1c8c86d12
Description-en: simple random generators API for cryptography related code; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 478b22d7f7fc15b0764a00170456ba9d
Homepage: http://github.com/vincenthz/hs-crypto-random-api
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu