How to Install and Uninstall libtext-unidecode-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libtext-unidecode-perl" package

Please follow the guidelines below to install libtext-unidecode-perl on Kali Linux

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

2. Uninstall "libtext-unidecode-perl" package

This guide let you learn how to uninstall libtext-unidecode-perl on Kali Linux:

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

3. Information about the libtext-unidecode-perl package on Kali Linux

Package: libtext-unidecode-perl
Version: 1.30-3
Installed-Size: 642
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 101496
SHA256: 33512c229f1af0e7b45f9e206dda36b579ca8c8d2b53c82970e536da82c53de1
SHA1: 9d1f156334d10a3aed9a882390d0449c30ad505d
MD5sum: 05f9ff3bb67d87913a939d70bf6b14e4
Description: US-ASCII transliterations of Unicode text
It often happens that you have non-Roman text data in Unicode, but you can't
display it -- usually because you're trying to show it to a user via an
application that doesn't support Unicode, or because the fonts you need
aren't accessible. You could represent the Unicode characters as "???????" or
"\15BA\15A0\1610...", but that's nearly useless to the user who actually
wants to read what the text says.
.
What Text::Unidecode provides is a function, unidecode(...) that takes
Unicode data and tries to represent it in US-ASCII characters (i.e., the
universally displayable characters between 0x00 and 0x7F). The representation
is almost always an attempt at transliteration -- i.e., conveying, in Roman
letters, the pronunciation expressed by the text in some other writing
system.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Text-Unidecode
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtext-unidecode-perl/libtext-unidecode-perl_1.30-3_all.deb