How to Install and Uninstall libconvert-ascii85-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libconvert-ascii85-perl" package

Learn how to install libconvert-ascii85-perl on Kali Linux

$ 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 Kali Linux:

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

3. Information about the libconvert-ascii85-perl package on Kali Linux

Package: libconvert-ascii85-perl
Version: 0.01-3
Installed-Size: 22
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 7188
SHA256: d2419184ec2dd5bf79fcab37765c46f338951bd7894603d8d66525752adf8455
SHA1: 7271c03c1770d265a2cdb12b3d362ccfa1cd22ff
MD5sum: 2a6bd15df08d9ff20ac0bc177ff6d3d0
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Convert-Ascii85
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libc/libconvert-ascii85-perl/libconvert-ascii85-perl_0.01-3_all.deb