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

Last updated: May 20,2024

1. Install "php-validate" package

Please follow the instructions below to install php-validate on Kali Linux

$ sudo apt update $ sudo apt install php-validate

2. Uninstall "php-validate" package

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

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

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

Package: php-validate
Version: 0.8.5-4.2
Installed-Size: 92
Maintainer: Dario Minnucci
Architecture: all
Depends: php-common
Recommends: php-date, php-net-idna (>= 0.7.1)
Size: 27328
SHA256: b414d99370310975f55a41276fa8a47cf78394e43bebc3228b55c812cc2df660
SHA1: 52c656cfddf31e62a09238f668f885f381db8c62
MD5sum: 1df8f2cf51acb190ecfbbbfa155f16aa
Description: validation class
This package provides a PEAR package for validating data, including:
* numbers (min/max, decimal or not);
* email (syntax, domain check, RFC 822 compliance);
* strings (predefined type alpha upper and/or lowercase, numeric, etc.);
* dates (min/max, RFC 822 compliance);
* URIs (RFC 2396 compliance).
Multiple checks can be performed by a single method call (::multiple).
Description-md5:
Homepage: http://pear.php.net/package/Validate
Section: php
Priority: optional
Filename: pool/main/p/php-validate/php-validate_0.8.5-4.2_all.deb