How to Install and Uninstall libdata-validate-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 19,2024

1. Install "libdata-validate-perl" package

Learn how to install libdata-validate-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libdata-validate-perl" package

This tutorial shows how to uninstall libdata-validate-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libdata-validate-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libdata-validate-perl
Architecture: all
Version: 0.09-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
Filename: pool/universe/libd/libdata-validate-perl/libdata-validate-perl_0.09-1_all.deb
Size: 10776
MD5sum: 94d45478d6a4f51b5f8b5127acb63685
SHA1: dc0e26c041614d9c843fdbcfac09d37ea48cf0a2
SHA256: 0fd455853c72ff78a125bdff8964f39465fadd0704e53226e6d74fc9e7beae1d
SHA512: ce559e75729896611ee4e8a873ee2144b846c306ead53f7af5c0c5a4fc62d297f21900abea0d673cab614e3e34477324c896b63dfc538a6f38bde3afdecb5816
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