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

Last updated: May 19,2024

1. Install "libtest-strict-perl" package

Learn how to install libtest-strict-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtest-strict-perl" package

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

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

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

Package: libtest-strict-perl
Priority: optional
Section: universe/perl
Installed-Size: 35
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.36-1
Depends: perl, libdevel-cover-perl
Filename: pool/universe/libt/libtest-strict-perl/libtest-strict-perl_0.36-1_all.deb
Size: 12542
MD5sum: aa436a64f511af29e1be5bb195bd0fe9
SHA1: dfa420b1996f738e32327a8b0fdf68f8b5b99ba9
SHA256: 724e207f00a4db0216779f25dca71861ba2e6fac07d8ca1bd09c1a554cd2be03
Description-en: test module for checking the syntax of use strict and test coverage
Test::Strict tests if the code compiles and inter-operates with
Test::Simple modules. Another good practice this module can test
is to "use strict;" in all perl files.
.
By setting a minimum test coverage through all_cover_ok(), a code
author can ensure his code is tested above a preset level of kwalitee
(CPAN quality metrics) throughout the development cycle. Along with
Test::Pod, this module can provide the first tests to setup for a
module author.
Description-md5: 6be5adbf6c1ac10eff20dd7f0d8527a7
Homepage: https://metacpan.org/release/Test-Strict
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu