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

Last updated: May 10,2024

1. Install "libtest-tabledriven-perl" package

This is a short guide on how to install libtest-tabledriven-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtest-tabledriven-perl" package

Please follow the steps below to uninstall libtest-tabledriven-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtest-tabledriven-perl
Priority: optional
Section: universe/perl
Installed-Size: 55
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.02-1
Depends: perl
Filename: pool/universe/libt/libtest-tabledriven-perl/libtest-tabledriven-perl_0.02-1_all.deb
Size: 8802
MD5sum: 399c65df261e2ddc13469010777479f5
SHA1: 2eec289a0efac11c933904cff0b9d9e8c147f786
SHA256: b9892ccc2b441e58de9b3fa81bd6dac5b46dda5f6eb0e4d5349a2ae6e6ff65b5
Description-en: 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: f16376566d573884b95dfd02693c7348
Homepage: http://search.cpan.org/dist/Test-TableDriven/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu