How to Install and Uninstall libghc-crypto-random-api-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 13,2024

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

Please follow the steps below to install libghc-crypto-random-api-dev on Ubuntu 20.10 (Groovy Gorilla)

$ 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 20.10 (Groovy Gorilla):

$ 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 20.10 (Groovy Gorilla)

Package: libghc-crypto-random-api-dev
Architecture: amd64
Version: 0.2.0-11build1
Priority: extra
Section: universe/haskell
Source: haskell-crypto-random-api
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 167
Provides: libghc-crypto-random-api-dev-0.2.0-c1fef
Depends: libghc-base-dev-4.13.0.0-c9705, libghc-bytestring-dev-0.10.10.0-70a9a, libghc-entropy-dev-0.4.1.6-e99af, libc6 (>= 2.2.5), libgmp10
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-11build1_amd64.deb
Size: 24348
MD5sum: 1d4b2bd1b67aa9aa1b117480e386483e
SHA1: 18eade732b40fc04bb05b8734b5905ca72131456
SHA256: 4e5b443320b5bed30e24f5b251f743d5eddf37c1a2889926220c8dc33d3d96cf
SHA512: ff72c55324e0d80a6290c934d8cd8dc54d5f0a7a8c03c15a215f3c19ce334842360c5999ac1058141be4fd8df0925ed799595e01e8ec1c8ab9ccb85029ff589e
Homepage: http://github.com/vincenthz/hs-crypto-random-api
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
Ghc-Package: crypto-random-api-0.2.0-Jo37k1Si3P77ZqDgBGzidi