How to Install and Uninstall libbytes-random-secure-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

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

Please follow the guidelines below to install libbytes-random-secure-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide covers the steps necessary to uninstall libbytes-random-secure-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libbytes-random-secure-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libbytes-random-secure-perl
Priority: optional
Section: universe/perl
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.28-1
Depends: perl, libcrypt-random-seed-perl, libmath-random-isaac-perl
Filename: pool/universe/libb/libbytes-random-secure-perl/libbytes-random-secure-perl_0.28-1_all.deb
Size: 25730
MD5sum: 0723df8f2e2af41d1a0f02f374c6b4c1
SHA1: 8c389fc7c1e620bc667343304a6107acf10bb851
SHA256: ff464f5b02c96de258a70294b87a967e113efde6fc481a990a199b81434b380c
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
Homepage: https://metacpan.org/release/Bytes-Random-Secure/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu