How to Install and Uninstall libbsd-arc4random-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: January 11,2025

1. Install "libbsd-arc4random-perl" package

Please follow the guidance below to install libbsd-arc4random-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libbsd-arc4random-perl

2. Uninstall "libbsd-arc4random-perl" package

This guide covers the steps necessary to uninstall libbsd-arc4random-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libbsd-arc4random-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libbsd-arc4random-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libbsd-arc4random-perl
Priority: optional
Section: universe/perl
Installed-Size: 44
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.50-6build2
Depends: libbsd0 (>= 0.0), libc6 (>= 2.4), perl (>= 5.22.1-1), perlapi-5.22.1
Filename: pool/universe/libb/libbsd-arc4random-perl/libbsd-arc4random-perl_1.50-6build2_amd64.deb
Size: 13570
MD5sum: d7fe356db86ed357d5241ecb2b79164c
SHA1: adce613b07acb932d6e8b9a3613d6fb6da3767c7
SHA256: 968cddc956cb66e5bf354aff97d42315b0cd5e4be65ed99c5ae644f23bcf653e
Description-en: CPAN's BSD::arc4random -- Perl bindings for arc4random
The BSD::arc4random module provides a Perl API for the arc4random(3)
suite of functions and a few natively implemented functions.
.
Exposed functions are: have_kintf (ability to push entropy back to
the kernel); arc4random, arc4random_bytes, arc4random_uniform, the
RANDOM variable (get entropy); arc4random_stir (next time used, some
entropy from the kernel is first requested); arc4random_addrandom
(add user data to SRNG state); arc4random_push[bk] (push user data
to kernel RNG if supported; add kernel data or, if not supported,
user data to SRNG); the ability to "tie" variables to this module
for retrieving and storing entropy (e.g. in $RANDOM).
Description-md5: 2c060edcf9d088c702390e63f5b7fc59
Homepage: https://www.mirbsd.org/a4rp5bsd.htm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu