How to Install and Uninstall php-php-gettext Package on Kali Linux

Last updated: May 14,2024

1. Install "php-php-gettext" package

This guide let you learn how to install php-php-gettext on Kali Linux

$ sudo apt update $ sudo apt install php-php-gettext

2. Uninstall "php-php-gettext" package

Please follow the guidance below to uninstall php-php-gettext on Kali Linux:

$ sudo apt remove php-php-gettext $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-php-gettext package on Kali Linux

Package: php-php-gettext
Source: php-gettext
Version: 1.0.12-6
Installed-Size: 84
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-pear, php-mbstring
Size: 18560
SHA256: 60f8b37409b7cb0c8b119854a44d93a8a17f1f397db6f7fa059b5d9916f57bd2
SHA1: d813a1b128f2f2290c2fdac02399a8d3a67f9e72
MD5sum: 69e67de8e1143294aa69dd867a433ecc
Description: read gettext MO files directly, without requiring anything other than PHP
The GNU gettext library is a widely used localization library, but in
order to use it with the PHP language, the system has to support the
desired locale, and library itself must be installed.
.
Since this is not always the case, PHP-gettext has been developed to be
able to read gettext MO files directly, without requiring anything other
than PHP.
.
Currently, it's usable if you develop most of the infrastructure for
choosing language on your own, because it's possible to use both
gettext() and ngettext() calls. In the near future, it should also be
fully compatible drop-in replacement for all of gettext functionality
written in PHP.
Description-md5:
Homepage: https://launchpad.net/php-gettext/
Section: php
Priority: optional
Filename: pool/main/p/php-gettext/php-php-gettext_1.0.12-6_all.deb