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

Last updated: May 06,2024

1. Install "libmath-base85-perl" package

Here is a brief guide to show you how to install libmath-base85-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmath-base85-perl

2. Uninstall "libmath-base85-perl" package

Learn how to uninstall libmath-base85-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmath-base85-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libmath-base85-perl
Priority: optional
Section: universe/perl
Installed-Size: 55
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.2+dfsg-1
Depends: perl
Filename: pool/universe/libm/libmath-base85-perl/libmath-base85-perl_0.2+dfsg-1_all.deb
Size: 6636
MD5sum: d331af2d966bf0bdf3d010b0e9089e56
SHA1: bc6c54207143c1357672ecf72f2ce761b9f2350e
SHA256: c0605d353097ade34fa10164e93e7ed58ad6d738464e90d141e5dfab23e3c193
Description-en: Perl extension for base 85 numbers, as referenced by RFC 1924
RFC 1924 describes a compact, fixed-size representation of IPv6 addresses
which uses a base 85 number system. Math::Base85 handles some of the uglier
details of it.
.
The base 85 numbers (from 0 to 84) are as follows:
.
0..9 A..Z a..z ! # $ % & ( ) * + - ; < = > ? @ ^ _ ` { | } ~
.
At the moment, there's not much in this module. But it should be sufficient
for the purposes of RFC 1924.
.
This module has a variable called $Math::Base85::base85_digits, which is a
string containing the digits of the base 85 alphabet from lowest (0) to
highest (~), in that order.
Description-md5: 1b180dc99a9bdfeba6439eaf53ef3004
Homepage: http://search.cpan.org/dist/Math-Base85/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu