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

Last updated: May 10,2024

1. Install "libtest-roo-perl" package

In this section, we are going to explain the necessary steps to install libtest-roo-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtest-roo-perl" package

Please follow the step by step instructions below to uninstall libtest-roo-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtest-roo-perl
Priority: optional
Section: universe/perl
Installed-Size: 133
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.004-1
Depends: perl, libmoo-perl (>= 1.000008), libmoox-types-mooselike-perl, libstrictures-perl, libsub-install-perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Recommends: libbareword-filehandles-perl, libindirect-perl, libmultidimensional-perl
Filename: pool/universe/libt/libtest-roo-perl/libtest-roo-perl_1.004-1_all.deb
Size: 32484
MD5sum: 16c7a23eace288e3e596ee6599a9e4f1
SHA1: 08578a519188c7e3c37bafbad699069da775e986
SHA256: a901b8d043693570b6c937b4ecca6c4592a7762e167d2f137c76706920a3d3cb
Description-en: module for composable, reusable tests with roles and Moo
Test::Roo allows you to compose Test::More tests from roles. It is inspired
by the excellent Test::Routine module, but uses Moo instead of Moose. This
gives most of the benefits without the need for Moose as a test dependency.
.
Test files are Moo classes. You can define any needed test fixtures as Moo
attributes. You define tests as method modifiers -- similar in concept to
"subtest" in Test::More, but your test method will be passed the test object
for access to fixture attributes. You may compose any Moo::Role into your
test to define attributes, require particular methods, or define tests.
.
This means that you can isolate test *behaviors* into roles which require
certain test *fixtures* in order to run. Your main test file will provide the
fixtures and compose the roles to run. This makes it easy to reuse test
behaviors.
.
For example, if you are creating tests for Awesome::Module, you could create
the test behaviors as Awesome::Module::Test::Role and distribute it with your
module. If another distribution subclasses Awesome::Module, it can compose
the Awesome::Module::Test::Role behavior for its own tests.
.
No more copying and pasting tests from a super class! Superclasses define and
share their tests. Subclasses provide their own fixtures and run the tests.
Description-md5: b73a07c3409327bc8864ef7703709053
Homepage: https://metacpan.org/release/Test-Roo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu