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

Last updated: May 17,2024

1. Install "libtest-www-declare-perl" package

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

$ sudo apt update $ sudo apt install libtest-www-declare-perl

2. Uninstall "libtest-www-declare-perl" package

This guide covers the steps necessary to uninstall libtest-www-declare-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtest-www-declare-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libtest-www-declare-perl
Priority: optional
Section: universe/perl
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.02-4
Depends: perl, libtest-www-mechanize-perl
Filename: pool/universe/libt/libtest-www-declare-perl/libtest-www-declare-perl_0.02-4_all.deb
Size: 11886
MD5sum: 7ca79b34d8e8f4cd36be5c38b33da9cd
SHA1: 5c783955e1270514e4ea4b7c6652474b434318c6
SHA256: 367b9c2bd1770d8c42cf45c3daa4ba025a510c2e1e07a639933b2241a965aedd
Description-en: declarative testing module for web apps
Often in web apps, tests are very dependent on the state set up by previous
tests. If one test fails (e.g. "follow the link to the admin page") then it's
likely there will be many more failures. Test::WWW::Declare aims to alleviate
this problem, as well as provide a nicer interface to Test::WWW::Mechanize.
.
The central idea is that of "flow". Each flow is a sequence of commands ("fill
in this form") and assertions ("content should contain 'testuser'"). If any of
these commands or assertions fail then the flow is aborted. Only that one
failure is reported to the test harness and user. Flows may also contain other
flows. If an inner flow fails, then the outer flow fails as well.
Description-md5: 510b76933658b87b77baf0880dc39f85
Homepage: https://metacpan.org/release/Test-WWW-Declare
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu