Install libtext-iconv-perl by entering the following commands in the terminal:
sudo apt update sudo apt install libtext-iconv-perl
Description:
converts 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.
Homepage: http://search.cpan.org/search?module=Text::Iconv
Version: 1.7-5build6
Section: perl