How to Install and Uninstall libtext-iconv-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libtext-iconv-perl" package

In this section, we are going to explain the necessary steps to install libtext-iconv-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libtext-iconv-perl

2. Uninstall "libtext-iconv-perl" package

This is a short guide on how to uninstall libtext-iconv-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libtext-iconv-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtext-iconv-perl package on Ubuntu 21.10 (Impish Indri)

Package: libtext-iconv-perl
Architecture: amd64
Version: 1.7-7build1
Priority: important
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 48
Depends: libc6 (>= 2.4), perl-base (>= 5.32.0-4), perlapi-5.32.0
Filename: pool/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-7build1_amd64.deb
Size: 13756
MD5sum: 9441ed6ff7526b1ce6bb70c78387e68e
SHA1: 95659d7491a867dad22cbe6f8c0498984f912e8a
SHA256: 565e23c835da6fc43151e94082f9a208986b0be092fa988e4b7937658fe99d72
SHA512: 2aa6233100cfdc3858394190df79f7587372bb455eac8b0d7f4b421925dcb77c7f66f40349cbf84a2da3b79792e82ea61592b101c368c50d83d293953d310e0a
Homepage: https://metacpan.org/release/Text-Iconv
Description-en: module to convert between character sets in Perl
The iconv() family of functions from XPG4 defines an API for converting
between character sets (e.g. UTF-8 to Latin1, EBCDIC to ASCII). They
are provided by libc6.
.
This package allows access to them from Perl via the Text::Iconv
package.
Description-md5: 10c6fd1eca31671f3487b084467ed3f5
Task: minimal