How to Install and Uninstall ghc-cprng-aes.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "ghc-cprng-aes.x86_64" package

This tutorial shows how to install ghc-cprng-aes.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-cprng-aes.x86_64

2. Uninstall "ghc-cprng-aes.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-cprng-aes.x86_64 on Fedora 34:

$ sudo dnf remove ghc-cprng-aes.x86_64 $ sudo dnf autoremove

3. Information about the ghc-cprng-aes.x86_64 package on Fedora 34

Last metadata expiration check: 0:07:28 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-cprng-aes
Version : 0.6.1
Release : 16.fc34
Architecture : x86_64
Size : 21 k
Source : ghc-cprng-aes-0.6.1-16.fc34.src.rpm
Repository : fedora
Summary : Crypto Pseudo Random Number Generator using AES in counter mode
URL : https://hackage.haskell.org/package/cprng-aes
License : BSD
Description : 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).