How to Install and Uninstall libbytes-random-secure-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 11,2024

1. Install "libbytes-random-secure-perl" package

Please follow the instructions below to install libbytes-random-secure-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libbytes-random-secure-perl

2. Uninstall "libbytes-random-secure-perl" package

This tutorial shows how to uninstall libbytes-random-secure-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libbytes-random-secure-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libbytes-random-secure-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libbytes-random-secure-perl
Architecture: all
Version: 0.29-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 65
Depends: perl, libcrypt-random-seed-perl, libmath-random-isaac-perl
Filename: pool/universe/libb/libbytes-random-secure-perl/libbytes-random-secure-perl_0.29-1_all.deb
Size: 26676
MD5sum: 9c2b71a1f8299b2b8a353d0adb29fe3e
SHA1: 1414e4867dc373047e88255c5cfe0039014883e0
SHA256: b73eb374a95decac5c78ecd75a55d983ea03744c61a9e23ba557b3eb1e8eec05
SHA512: 400392cb7b719b94b777415fd1c8681117d19610b012da03c11e762d496c43154f6c7cf26509f59b71db9dca08a3c04fdf3e4d750f16fd2b26e2be7abcd43fdb
Homepage: https://metacpan.org/release/Bytes-Random-Secure
Description-en: Perl extension to generate cryptographically-secure random bytes
Bytes::Random::Secure provides two interfaces for obtaining crypt-quality
random bytes. The simple interface is built around plain functions. For
greater control over the Random Number Generator's seeding, there is an
Object Oriented interface that provides much more flexibility.
.
The "functions" interface provides five functions that can be used any time
you need a string (or MIME Base64 representation, or hex-digits
representation, or Quoted Printable representation) of a specific number of
random bytes. There are equivalent methods available via the OO interface.
.
Bytes::Random::Secure can be a drop-in replacement for Bytes::Random, with
the primary enhancement of using a much higher quality random number
generator to create the random data. The random_bytes function emulates the
user interface of Bytes::Random's function by the same name. But with
Bytes::Random::Secure the random number generator comes from
Math::Random::ISAAC, and is suitable for cryptographic purposes. The harder
problem to solve is how to seed the generator. This module uses
Crypt::Random::Seed to generate the initial seeds for Math::Random::ISAAC.
Description-md5: 68225558b28766f90a4c8bc6d353f898