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

Last updated: May 17,2024

1. Install "libconvert-ascii85-perl" package

Learn how to install libconvert-ascii85-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libconvert-ascii85-perl

2. Uninstall "libconvert-ascii85-perl" package

In this section, we are going to explain the necessary steps to uninstall libconvert-ascii85-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libconvert-ascii85-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libconvert-ascii85-perl
Priority: optional
Section: universe/perl
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.01-1
Depends: perl
Filename: pool/universe/libc/libconvert-ascii85-perl/libconvert-ascii85-perl_0.01-1_all.deb
Size: 7558
MD5sum: 2d56f3e2a158f5d0b41c80c1da1e3c9d
SHA1: 125ba0148ad78eb28fe840d6ef5092efc396ea3f
SHA256: f63d428c1f1e1f57c3abc981fc9e1940541ed8bcd8a8fb21fb710f70f6a88886
Description-en: module for encoding and decoding of ascii85/base85 strings
Convert::Ascii85 implements the Ascii85 (also known as Base85) algorithm for
encoding binary data as text. This is done by interpreting each group of four
bytes as a 32-bit integer, which is then converted to a five-digit base-85
representation using the digits from ASCII 33 (!) to 117 (u).
.
This is similar to MIME::Base64 but more space efficient: The overhead is
only 1/4 of the original data (as opposed to 1/3 for Base64).
Description-md5: e2edc71c56ede2dedceefb892acc01a4
Homepage: https://metacpan.org/release/Convert-Ascii85
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu