How to Install and Uninstall libdata-validate-perl Package on Kali Linux

Last updated: May 16,2024

1. Install "libdata-validate-perl" package

In this section, we are going to explain the necessary steps to install libdata-validate-perl on Kali Linux

$ sudo apt update $ sudo apt install libdata-validate-perl

2. Uninstall "libdata-validate-perl" package

Please follow the guidelines below to uninstall libdata-validate-perl on Kali Linux:

$ sudo apt remove libdata-validate-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdata-validate-perl package on Kali Linux

Package: libdata-validate-perl
Version: 0.09-3
Installed-Size: 57
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 11740
SHA256: 2728908a40b8161f29e58a195c406fa2befb7a5332077cb010b20eea87ddd303
SHA1: de330f14489c144c53d4d2b983b377dcefbffa5c
MD5sum: 8ed9f836b15747576a5c66e7e40e018c
Description: module providing common data validation routines for strings/numbers
Data::Validate collects common validation routines to make input validation,
and untainting easier and more readable. Most of the functions are not much
shorter than their direct perl equivalent (and are much longer in some
cases), but their names make it clear what you're trying to test for (e.g.
is_integer(), is_hex(), is_alphanumeric()...).
.
Almost all functions return an untainted value if the test passes, and undef
if it fails. This means that you should always check for a defined status
explicitly. Don't assume the return will be true. (e.g. is_integer(0))
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Data-Validate
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-validate-perl/libdata-validate-perl_0.09-3_all.deb