How to Install and Uninstall liblocale-xgettext-perl Package on Kali Linux

Last updated: July 02,2024

1. Install "liblocale-xgettext-perl" package

Please follow the step by step instructions below to install liblocale-xgettext-perl on Kali Linux

$ sudo apt update $ sudo apt install liblocale-xgettext-perl

2. Uninstall "liblocale-xgettext-perl" package

This guide covers the steps necessary to uninstall liblocale-xgettext-perl on Kali Linux:

$ sudo apt remove liblocale-xgettext-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblocale-xgettext-perl package on Kali Linux

Package: liblocale-xgettext-perl
Version: 0.7-2
Installed-Size: 204
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libencode-perl, libintl-perl, liblocale-po-perl, libscalar-list-utils-perl
Size: 57264
SHA256: 79602bec7a0f433deb670f85375d8edf9541cbdbf1623971f64460c2e66e2507
SHA1: 5e4f37997c5167dfaeacb299165a814c0c278999
MD5sum: 21f9fc59722adea9350a9583b01f77ba
Description: extract strings from arbitrary formats into PO files
When using GNU gettext you often find yourself extracting translatable
strings from more or less exotic file formats that cannot be handled by
xgettext from the GNU gettext suite directly.
.
Locale::XGettext simplifies the task of writing a string extractor in Perl,
Python, Java, Ruby or other languages by providing a common base needed
for such scripts.
.
Included is a sample string extractor xgettext-txt for plain text files. It
simply splits the input into paragraphs, and turns each paragraph into an
entry of a PO file.
.
See also:
https://github.com/gflohr/Locale-XGettext
https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html
Description-md5:
Homepage: https://metacpan.org/release/Locale-XGettext
Section: perl
Priority: optional
Filename: pool/main/libl/liblocale-xgettext-perl/liblocale-xgettext-perl_0.7-2_all.deb