How to Install and Uninstall libtest-deep-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "libtest-deep-perl" package

Learn how to install libtest-deep-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libtest-deep-perl" package

Please follow the guidelines below to uninstall libtest-deep-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libtest-deep-perl package on Ubuntu 21.10 (Impish Indri)

Package: libtest-deep-perl
Architecture: all
Version: 1.130-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 137
Depends: perl:any
Filename: pool/universe/libt/libtest-deep-perl/libtest-deep-perl_1.130-1_all.deb
Size: 41544
MD5sum: 7d06d5eb44874ad5f8864098500322f9
SHA1: 310de8cd48608911735c0448cc8fa72b08a04e0a
SHA256: 59ec7ac7a26f58e871e7e31032f688bfd625472de9a8436101fe0bff42672c9c
SHA512: e33d55c2a44eb98df2e4290c77b361acab790ce6c0cf51f7357b169ab323b9b5eddc95c3e9640809b51a26cb3fc489d944d68fff857a13aa7e59ff065d9e2b19
Homepage: https://metacpan.org/release/Test-Deep
Description-en: 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: 73cd5da785d054447b6e60a9c9aa4413