How to Install and Uninstall libdieharder-dev Package on Kali Linux

Last updated: May 14,2024

1. Install "libdieharder-dev" package

Learn how to install libdieharder-dev on Kali Linux

$ sudo apt update $ sudo apt install libdieharder-dev

2. Uninstall "libdieharder-dev" package

This tutorial shows how to uninstall libdieharder-dev on Kali Linux:

$ sudo apt remove libdieharder-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdieharder-dev package on Kali Linux

Package: libdieharder-dev
Source: dieharder
Version: 3.31.1.4-1
Installed-Size: 410
Maintainer: Dirk Eddelbuettel
Architecture: amd64
Replaces: libdieharder2 (<= 2.28.1-3)
Depends: libdieharder3 (= 3.31.1.4-1), libgsl-dev
Size: 117124
SHA256: 989b5fc89d95862a7fd865c360dcc4bf04680b12256482c3ffc1d5eb08228a97
SHA1: efab6bf7c1f9a437306edfba0a1240ab7845a2cc
MD5sum: 565c62f14b63cf00c80c4a9dde2316f5
Description: Random-number generator test library -- development package
libdieharder is the core library of dieharder and friends, designed to
be "the last suite of random number testers you'll ever wear". It can
test any of its many prebuilt and library linked generators (basically
all of those in the GNU Scientific Library plus a number of others from
various sources) or a potentially random dataset in either an
ascii-formatted or raw (presumed 32 bit uint) binary file. It is fairly
straightforward to wrap new software generators for testing, or to add
hardware generators that have a software interface for testing, and the
file input method permits pretty much any software or hardware RNG to be
tested using libdieharder calls.
.
libdieharder has as a design goal the full encapsulation in an
extensible shell of basically all the random number tests I have been
able to find -- George Marsaglia's "diehard" battery of tests, STS
(v1.6) from NIST FIPS, Knuth's tests, and more. Check in the man
page(s) or /usr/share/dieharder*/dieharder.pdf for documentation.
.
This package provides the header files and the pdf manual.
Description-md5:
Homepage: https://github.com/eddelbuettel/dieharder
Tag: devel::doc, devel::library, role::devel-lib, role::documentation
Section: libdevel
Priority: optional
Filename: pool/main/d/dieharder/libdieharder-dev_3.31.1.4-1_amd64.deb