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

Last updated: May 09,2024

1. Install "libtest-spec-perl" package

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

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

2. Uninstall "libtest-spec-perl" package

This is a short guide on how to uninstall libtest-spec-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtest-spec-perl
Priority: optional
Section: universe/perl
Installed-Size: 106
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.51-1
Depends: perl, libpackage-stash-perl (>= 0.23), libtest-deep-perl, libtest-trap-perl, libtie-ixhash-perl
Filename: pool/universe/libt/libtest-spec-perl/libtest-spec-perl_0.51-1_all.deb
Size: 39394
MD5sum: 44cbb311ad02f2d32259a35b8ba984ad
SHA1: 1364f3e22b442760e9fcb2776922765e3b724b8c
SHA256: 146c4f24a05a2c38d8dd9cf4d782e67aa7d12df5611662f8ea92fcb9dfd01e3a
Description-en: Perl module to write tests in a declarative specification style
This is a declarative specification-style testing system for behavior-driven
development (BDD) in Perl. The tests (a.k.a. examples) are named with strings
instead of subroutine names, so your fingers will suffer less fatigue from
underscore-itis, with the side benefit that the test reports are more
legible.
.
Test::Spec is inspired by and borrows heavily from RSpec, a BDD tool for the
Ruby programming language.
Description-md5: 7cc99ad2ddf28ae564393991e5ac4ea2
Homepage: https://metacpan.org/release/Test-Spec
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu