How to Install and Uninstall rng-tools5 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: July 05,2024

1. Install "rng-tools5" package

Please follow the guidance below to install rng-tools5 on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install rng-tools5

2. Uninstall "rng-tools5" package

Please follow the instructions below to uninstall rng-tools5 on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove rng-tools5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the rng-tools5 package on Ubuntu 20.10 (Groovy Gorilla)

Package: rng-tools5
Architecture: amd64
Version: 5-4
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Stone
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 82
Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.8.0)
Conflicts: rng-tools
Filename: pool/universe/r/rng-tools5/rng-tools5_5-4_amd64.deb
Size: 19964
MD5sum: 3dde4f83d6e41f5b743213c8f049efc1
SHA1: 1f27bf513f636b872e0144a9789946508e5232b5
SHA256: 5d74ac28362e7f93a71bb9e9eba3e2f46006d1f3d8f7a5fd3cab6941234e8fab
SHA512: 511d5dde10587f3984eabcaff7f30b3ad9bac98a776da702dc67d1713dab454b137f99947bf3ca2e49a086eb2751d7a914ef4e87343ad79a855fe2ebbf337ef2
Description-en: Daemon to use a Hardware TRNG
The rngd daemon acts as a bridge between a Hardware TRNG (true random number
generator) such as the ones in some Intel/AMD/VIA chipsets, and the kernel's
PRNG (pseudo-random number generator).
.
It tests the data received from the TRNG using the FIPS 140-2 (2002-10-10)
tests to verify that it is indeed random, and feeds the random data to the
kernel entropy pool.
.
This increases the bandwidth of the /dev/random device, from a source that
does not depend on outside activity. This may improve the behavior of systems
which experience low values in /proc/sys/kernel/random/entropy_avail
It may also improve the quality (entropy) of the randomness of /dev/random.
.
A TRNG kernel module such as hw_random, or some other source of true
entropy that is accessible as a device or fifo, is required to use this
package. It will take advantage of the RDRAND and RDSEED instructions
included in some Intel & AMD CPUs.
Description-md5: 53bdd8d47cb06608cb9b3f3a21f5a0d5