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

Last updated: May 19,2024

1. Install "libtest-warnings-perl" package

This guide let you learn how to install libtest-warnings-perl on Kali Linux

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

2. Uninstall "libtest-warnings-perl" package

Here is a brief guide to show you how to uninstall libtest-warnings-perl on Kali Linux:

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

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

Package: libtest-warnings-perl
Version: 0.033-1
Installed-Size: 52
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 21092
SHA256: 949ab3f4e3740542ed077a8938b32b67a6f4b2e7e2b2d46aba2869275dc5d89c
SHA1: 41b125991123938f5a3cf54dee4a5d4cf80c1486
MD5sum: 75f51d9e692f8a3cabc7769e4f8325b6
Description: Perl module to test for warnings and the lack of them
If you've ever tried to use Test::NoWarnings to confirm there are no
warnings generated by your tests, combined with the convenience of
done_testing to not have to declare a test count, you'll have
discovered that these two features do not play well together, as the
test count will be calculated before the warnings test is run,
resulting in a TAP error.
.
Test::Warnings is intended to be used as a drop-in replacement for
Test::NoWarnings. It can also be used as a replacement for Test::Warn,
if you wish to test the content of expected warnings.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Test-Warnings
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-warnings-perl/libtest-warnings-perl_0.033-1_all.deb