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

Last updated: September 20,2024

1. Install "libperlx-assert-perl" package

This guide covers the steps necessary to install libperlx-assert-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libperlx-assert-perl

2. Uninstall "libperlx-assert-perl" package

Please follow the guidelines below to uninstall libperlx-assert-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libperlx-assert-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libperlx-assert-perl
Priority: optional
Section: universe/perl
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.904-1
Depends: libdevel-strictmode-perl, libexporter-tiny-perl, perl
Filename: pool/universe/libp/libperlx-assert-perl/libperlx-assert-perl_0.904-1_all.deb
Size: 9594
MD5sum: 9eeca90bc801430f137bf6c636ea9588
SHA1: 156f990a739af41bd5165a4996a7b1f2e0f03f55
SHA256: 5893dfa5bd8352d7f1c40f6c598e3c9482debaf22a24588424a367d8f5485691
Description-en: yet another assertion keyword
PerlX::Assert is a framework for embedding assertions in Perl code.
Under normal circumstances, assertions are not checked; they are
optimized away at compile time.
.
However if, at compile time, any of the following environment variables
is true, assertions are checked, and if they fail, throw an exception.
.
- PERL_STRICT
- AUTHOR_TESTING
- EXTENDED_TESTING
- RELEASE_TESTING
.
That is, assertions will only typically be checked when the test suite
is being run on the authors' machine, or otherwise opted into.
Description-md5: 0e2a29b8947c233caebd3bd1acba45ad
Homepage: https://metacpan.org/release/PerlX-Assert
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu