How to Install and Uninstall php-composer-pcre Package on Kali Linux

Last updated: May 17,2024

1. Install "php-composer-pcre" package

Learn how to install php-composer-pcre on Kali Linux

$ sudo apt update $ sudo apt install php-composer-pcre

2. Uninstall "php-composer-pcre" package

This guide covers the steps necessary to uninstall php-composer-pcre on Kali Linux:

$ sudo apt remove php-composer-pcre $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-composer-pcre package on Kali Linux

Package: php-composer-pcre
Version: 3.1.1-1
Installed-Size: 53
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-common
Size: 10060
SHA256: 1f842cc3b09c5b8d0d733d1e74cc35ac962beda31c580399e2e750cea3827ebd
SHA1: 9359c1532085c35c9f60f0784ea8416735c4c884
MD5sum: f2ca9ee55c572231b7e582f7eec6ec7e
Description: PCRE wrapping library that offers type-safe preg_* replacements
This library gives you a way to ensure `preg_*` functions do not fail
silently, returning unexpected `null`s that may not be handled.
.
It also makes it easier to work with static analysis tools like PHPStan
or Psalm as it simplifies and reduces the possible return values from
all the `preg_*` functions which are quite packed with edge cases.
.
This library is a thin wrapper around `preg_*` functions with some
limitations. If you are looking for a richer API to handle regular
expressions have a look at rawr/t-regx instead.
.
Composer helps you declare, manage and install dependencies of PHP projects,
ensuring you have the right stack everywhere.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/composer/pcre
Section: php
Priority: optional
Filename: pool/main/p/php-composer-pcre/php-composer-pcre_3.1.1-1_all.deb