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

Last updated: May 18,2024

1. Install "libtest-tabledriven-perl" package

Please follow the guidance below to install libtest-tabledriven-perl on Kali Linux

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

2. Uninstall "libtest-tabledriven-perl" package

Please follow the step by step instructions below to uninstall libtest-tabledriven-perl on Kali Linux:

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

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

Package: libtest-tabledriven-perl
Version: 0.02-3
Installed-Size: 29
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 12248
SHA256: 0d14e65f36706d222dae8b9bf6f9129a4365a83f2ab490795c0524fadbce24c6
SHA1: 577905248fb7f89db5ec04c37a5e41d3e4cd05da
MD5sum: 602d67a92340b9b3c962f7847ac090fd
Description: write tests, not scripts that run them
Writing table-driven tests is usually a good idea. Adding a test case
doesn't require adding code, so it's easy to avoid fucking up the
other tests. However, actually going from a table of tests to a test
that runs is non-trivial.
.
Test::TableDriven makes writing the test drivers trivial. You simply
define your test cases and write a function that turns the input data
into output data to compare against. C will compute
how many tests need to be run, and then run the tests.
.
Concentrate on your data and what you're testing, not
plan tests => scalar keys %test_cases
and a big foreach loop.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Test-TableDriven
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-tabledriven-perl/libtest-tabledriven-perl_0.02-3_all.deb