How to Install and Uninstall libdata-validate-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "libdata-validate-perl" package

Here is a brief guide to show you how to install libdata-validate-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libdata-validate-perl" package

Please follow the guidance below to uninstall libdata-validate-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libdata-validate-perl package on Ubuntu 21.10 (Impish Indri)

Package: libdata-validate-perl
Architecture: all
Version: 0.09-1.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 56
Depends: perl:any
Filename: pool/universe/libd/libdata-validate-perl/libdata-validate-perl_0.09-1.1_all.deb
Size: 10976
MD5sum: 0ed81f4e5e55cdedd1b01b266d38a877
SHA1: 9fee99c65959d7bfb0586f40100d59b5acb757bf
SHA256: 7224042faada0acf500df2ac738fdaad5c31a4c1c303bcdc8b57627d8176e679
SHA512: fbc5c7f1af744fff49baeba886b2c3e6c3034faf0d7c1878f60aa5dcec8474d84b57c0926a7af3cfc6d2b3ce03d29282eb9ca5f64f463191ef5284346768eec6
Homepage: https://metacpan.org/release/Data-Validate
Description-en: 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: 6303649bf76bd15ed380624d03b92ea2