How to Install and Uninstall libencode-locale-perl Package on Kali Linux

Last updated: May 06,2024

1. Install "libencode-locale-perl" package

Please follow the instructions below to install libencode-locale-perl on Kali Linux

$ sudo apt update $ sudo apt install libencode-locale-perl

2. Uninstall "libencode-locale-perl" package

Please follow the guidelines below to uninstall libencode-locale-perl on Kali Linux:

$ sudo apt remove libencode-locale-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libencode-locale-perl package on Kali Linux

Package: libencode-locale-perl
Version: 1.05-3
Installed-Size: 33
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 12896
SHA256: 071bff2a1d193ec1b0d71e1a1ba7e718909866874e600f19d99a6f8c5ae30bcd
SHA1: 35d0919bfaccb06d3ff36e443700f3c41760fb33
MD5sum: 9a7ba3ab3022c675a4fec3583d809ac2
Description: utility to determine the locale encoding
In many applications it's wise to let Perl use Unicode for the strings it
processes. Most of the interfaces Perl has to the outside world are still byte
based. Programs therefore need to decode byte strings that enter the program
from the outside and encode them again on the way out.
.
The POSIX locale system is used to specify both the language conventions
requested by the user and the preferred character set to consume and output.
The Encode::Locale module looks up the charset and encoding (called a CODESET
in the locale jargon) and arranges for the Encode module to know this encoding
under the name "locale". It means bytes obtained from the environment can be
converted to Unicode strings by calling Encode::encode(locale => $bytes) and
converted back again with Encode::decode(locale => $string).
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Encode-Locale
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libe/libencode-locale-perl/libencode-locale-perl_1.05-3_all.deb