How to Install and Uninstall dieharder.x86_64 Package on AlmaLinux 8

Last updated: April 29,2024

1. Install "dieharder.x86_64" package

This guide let you learn how to install dieharder.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install dieharder.x86_64

2. Uninstall "dieharder.x86_64" package

This is a short guide on how to uninstall dieharder.x86_64 on AlmaLinux 8:

$ sudo dnf remove dieharder.x86_64 $ sudo dnf autoremove

3. Information about the dieharder.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:02:48 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : dieharder
Version : 3.31.1
Release : 25.el8
Architecture : x86_64
Size : 597 k
Source : dieharder-3.31.1-25.el8.src.rpm
Repository : epel
Summary : Random number generator tester and timer
URL : http://www.phy.duke.edu/~rgb/General/dieharder.php
License : GPLv2+
Description : dieharder is a fairly involved random number/uniform deviate generator
: tester. It can either test any of its many pre-built and linked
: generators (basically all of those in the Gnu Scientific Library plus
: some others) or a potentially random data-set in a file. With file
: input, it can manage either a variety of ASCII-formatted input or a raw
: binary bit string. It is thus suitable for use in testing both software
: RNG's and hardware RNG's.
:
: dieharder does all of its work with a standalone, extensible library,
: libdieharder. Therefore its tests can be integrated into other programs.
:
: dieharder encapsulates following random number tests: George Marsaglia's
: "Diehard" battery of tests, STS (v1.6) from NIST FIPS, Knuth's tests,
: and more. Check the documentation for complete list of the tests and
: references where possible. It is intended to be the "Swiss army knife of
: random number testers", or "the last suite of random number testers
: you'll ever wear".