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

Last updated: May 19,2024

1. Install "libtest-deep-perl" package

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

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

2. Uninstall "libtest-deep-perl" package

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

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

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

Package: libtest-deep-perl
Version: 1.204-1
Installed-Size: 224
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libscalar-list-utils-perl, libtest-simple-perl
Size: 52900
SHA256: ec07e471bfceeff4c1273af8e7ed62d397f443098f72cc2cd561d0c83c25c327
SHA1: b19e4af5f42e50a0a3e38bf044e3848eff87fb83
MD5sum: c93433812be663788edd0f41a8eb3ffa
Description: Perl module for extremely flexible deep comparisons
Test::Deep gives you very flexible ways to check that the result you got is
the result you were expecting. At it's simplest it compares two structures by
going through each level, ensuring that the values match, that arrays and
hashes have the same elements and that references are blessed into the correct
class. It also handles circular data structures without getting caught in an
infinite loop.
.
Where it becomes more interesting is in allowing you to do something besides
simple exact comparisons. With strings, the eq operator checks that 2 strings
are exactly equal but sometimes that's not what you want. When you don't know
exactly what the string should be but you do know some things about how it
should look, eq is no good and you must use pattern matching instead.
Test::Deep provides pattern matching for complex data structures
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Test-Deep
Tag: devel::lang:perl, devel::library, implemented-in::perl,
interface::commandline, role::program, use::checking, use::comparing
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-deep-perl/libtest-deep-perl_1.204-1_all.deb