How to Install and Uninstall libtest-nowarnings-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libtest-nowarnings-perl" package

Please follow the instructions below to install libtest-nowarnings-perl on Kali Linux

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

2. Uninstall "libtest-nowarnings-perl" package

This tutorial shows how to uninstall libtest-nowarnings-perl on Kali Linux:

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

3. Information about the libtest-nowarnings-perl package on Kali Linux

Package: libtest-nowarnings-perl
Version: 1.06-2
Installed-Size: 30
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 11808
SHA256: 314fddb1f78a714317ee3495a0e50fd676e4a9cd609ee4dfd5ac22bb25c8b8c9
SHA1: 1a7ca3768dc15605a3b0e38b21d689ea23f7a331
MD5sum: 7568e197a767c0f3d6dee1b6a85c36a4
Description: module to make sure you didn't emit any warnings while testing
In general, your tests shouldn't produce warnings. This module causes any
warnings to be captured and stored. It automatically adds an extra test that
will run when your script ends to check that there were no warnings. If there
were any warnings, the test will give a "not ok" and diagnostics of where, when
and what the warning was, including a stack trace of what was going on when
it occurred.
.
If some of your tests are supposed to produce warnings then you should be
capturing and checking them with Test::Warn, that way Test::NoWarnings will
not see them and so not complain.
.
The test is run by an END block in Test::NoWarnings. It will not be run when
any forked children exit.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Test-NoWarnings
Tag: devel::lang:perl, devel::library, devel::testing-qa,
implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-nowarnings-perl/libtest-nowarnings-perl_1.06-2_all.deb