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

Last updated: May 15,2024

1. Install "libtest-deep-perl" package

Please follow the steps below to install libtest-deep-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtest-deep-perl" package

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

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

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

Package: libtest-deep-perl
Priority: optional
Section: universe/perl
Installed-Size: 130
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.120-1
Depends: perl
Filename: pool/universe/libt/libtest-deep-perl/libtest-deep-perl_1.120-1_all.deb
Size: 40682
MD5sum: 96b01014500e3caf11a2fc1a6b05af4b
SHA1: 5e6a91bb9d69ab3be3518673967544d858e84aec
SHA256: 70af8d7781872dd39f31e8d47f64b3b67c46484bd098cbad79d12634d5df5aea
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
Homepage: https://metacpan.org/release/Test-Deep
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu