How to Install and Uninstall dieharder Package on Kali Linux

Last updated: May 20,2024

1. Install "dieharder" package

Please follow the instructions below to install dieharder on Kali Linux

$ sudo apt update $ sudo apt install dieharder

2. Uninstall "dieharder" package

Please follow the guidance below to uninstall dieharder on Kali Linux:

$ sudo apt remove dieharder $ sudo apt autoclean && sudo apt autoremove

3. Information about the dieharder package on Kali Linux

Package: dieharder
Version: 3.31.1.4-1
Installed-Size: 798
Maintainer: Dirk Eddelbuettel
Architecture: amd64
Depends: libc6 (>= 2.34), libdieharder3 (>= 3.31.1.4), libgsl27 (>= 2.7.1)
Size: 219748
SHA256: c1eec6d7755da55d22eb6a1920ef343adaf41fc3dc27f0bdbfbb8bb5b84910ba
SHA1: be543ac245d492f904d152bace61fa7e5a43e780
MD5sum: 5876e1e681661f9c65b666d952d9984d
Description: Random-number generator test front-end
dieharder is a fairly involved random number/uniform deviate generator
tester. It can either test any of its many prebuilt and linked
generators (basically all of those in the GNU Scientific Library plus
any others I've been able to find) or a potentially random dataset in a
file. With file input, it can test either N-bit bitstrings (with N user
specifiable) or (double precision) floating point numbers in the range
[0.0,1.0) (uniform deviates). It is thus suitable for use in testing
both software RNG's and hardware RNG's.
.
This package provides the command-line frontend.
Description-md5:
Homepage: https://github.com/eddelbuettel/dieharder
Tag: implemented-in::c, interface::commandline, role::program
Section: devel
Priority: optional
Filename: pool/main/d/dieharder/dieharder_3.31.1.4-1_amd64.deb