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

Last updated: May 20,2024

1. Install "libmath-random-oo-perl" package

Learn how to install libmath-random-oo-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmath-random-oo-perl

2. Uninstall "libmath-random-oo-perl" package

Please follow the guidelines below to uninstall libmath-random-oo-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmath-random-oo-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libmath-random-oo-perl
Priority: optional
Section: universe/perl
Installed-Size: 87
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.22-1
Depends: perl, libclass-accessor-perl, libparams-validate-perl, libtest-mockrandom-perl, libtest-number-delta-perl
Filename: pool/universe/libm/libmath-random-oo-perl/libmath-random-oo-perl_0.22-1_all.deb
Size: 25118
MD5sum: b456ab4d130f49b163922e06ac136876
SHA1: fca6007b586f40ed5982fa85ae6a26403fd313b0
SHA256: 84419793541ebef3bff161e3193fa7b45a3cfe87fd2670d60f46fdcc070f1258
Description-en: consistent object-oriented interface for generating random numbers
CPAN contains many modules for generating random numbers in various ways and
from various probability distributions using pseudo-random number generation
algorithms or other entropy sources. (The /"SEE ALSO" section has some
examples.) Unfortunately, no standard interface exists across these modules.
Math::Random::OO defines an abstract interface for random number generation.
Subclasses of this model will implement specific types of random number
generators or will wrap existing random number generators.
.
This consistency will come at the cost of some efficiency, but will enable
generic routines to be written that can manipulate any provided random number
generator that adheres to the interface. E.g., a stochastic simulation could
take a number of user-supplied parameters, each of which is a
Math::Random::OO subclass object and which represent a stochastic variable
with a particular probability distribution.
Description-md5: 5170a55872e4ec6260518e977a7bd031
Homepage: https://metacpan.org/release/Math-Random-OO/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu