How to Install and Uninstall libtest-taint-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libtest-taint-perl" package

Please follow the instructions below to install libtest-taint-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtest-taint-perl

2. Uninstall "libtest-taint-perl" package

This is a short guide on how to uninstall libtest-taint-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtest-taint-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtest-taint-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtest-taint-perl
Priority: optional
Section: universe/perl
Installed-Size: 38
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.06-1build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5)
Filename: pool/universe/libt/libtest-taint-perl/libtest-taint-perl_1.06-1build2_amd64.deb
Size: 10538
MD5sum: dc1e514c48fcd8aa25557d1127d83473
SHA1: 2be13120ba12bb0d98d35a545ee84d816bd26f1d
SHA256: 004e3bcf884484276441d0c1914e2dd228fd8d7d88d545f5e97e3ddf2bea3140
Description-en: Module to test taintedness
The Test::Taint module provides tools to test taintedness.
Tainted data is data that comes from an unsafe source, such as the
command line, or, in the case of web apps, any GET or POST transactions.
Read the perlsec man page for details on why tainted data is bad,
and how to untaint the data.
.
When you're writing unit tests for code that deals with tainted data,
you'll want to have a way to provide tainted data for your routines to
handle, and easy ways to check and report on the taintedness of your data,
in standard Test::More style.
Description-md5: 0e2bb932059cfe03c64c2916c6d37a98
Homepage: https://metacpan.org/release/Test-Taint/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu