How to Install and Uninstall libtainting-perl Package on Kali Linux

Last updated: May 15,2024

1. Install "libtainting-perl" package

Please follow the step by step instructions below to install libtainting-perl on Kali Linux

$ sudo apt update $ sudo apt install libtainting-perl

2. Uninstall "libtainting-perl" package

Please follow the instructions below to uninstall libtainting-perl on Kali Linux:

$ sudo apt remove libtainting-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtainting-perl package on Kali Linux

Package: libtainting-perl
Version: 0.031-1
Installed-Size: 20
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libtaint-runtime-perl
Size: 6956
SHA256: fc46e6dc4a5b49c470857406d450f0ff69d8ea28edd093560c7f879cdd3cb1d0
SHA1: b77eef0a317e8ab62b3dda6a1aa043f6b9d63058
MD5sum: bfd6968be9f077284a7c7d0073050a78
Description: Perl pragma to enable taint mode lexically (deprecated)
tainting provides a simpler interface to Taint::Runtime. The idea is so that
there is no functions or variables to import. Just use or no, like warnings
or strict. Tainting of %ENV will be done one time automatically the first
time this module is used.
.
Please (PLEASE) read Taint::Runtime's documentation first about the pro's and
con's of enabling/disabling tainting at runtime. Use -T if you can.
.
DEPRECATION NOTICE: tainting.pm is broken and will be purged from CPAN
because the lexical switching is done at compile time while tainting is
performed at runtime. Please see Taint::Runtime and localize $TAINT
instead.
Description-md5:
Homepage: https://metacpan.org/release/tainting
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtainting-perl/libtainting-perl_0.031-1_all.deb