How to Install and Uninstall libperl-destruct-level-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libperl-destruct-level-perl" package

Learn how to install libperl-destruct-level-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libperl-destruct-level-perl

2. Uninstall "libperl-destruct-level-perl" package

This guide covers the steps necessary to uninstall libperl-destruct-level-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libperl-destruct-level-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libperl-destruct-level-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libperl-destruct-level-perl
Priority: optional
Section: universe/perl
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.02-2build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5)
Filename: pool/universe/libp/libperl-destruct-level-perl/libperl-destruct-level-perl_0.02-2build2_amd64.deb
Size: 7960
MD5sum: a86741bcccf395b99530d35728bcedac
SHA1: 5007dc7daedbb922539342e47080f12a50d6afea
SHA256: 1e36f14dfae2b4152e7e7007621b8bce83c489f45b17cdb7b16b6bd4d7f9b5c2
Description-en: Perl module to change Perl's destruction level
Perl::Destruct::Level is an interface allowing one to change Perl's internal
destruction level. While this functionality is available through the
PERL_DESTRUCT_LEVEL environment variable when perl is compiled with debug
support, this module provides it for perls without -DDEBUGGING.
.
The default value of the destruct level is 0; it means that perl won't bother
destroying all its internal data structures, but let the OS do the cleanup
for it at exit.
.
Relevant values recognized by perl are 1 and 2. Consult your source code to
know exactly what they mean. Note that some embedded environments might
extend the meaning of the destruction level for their own purposes: mod_perl
does that, for example.
Description-md5: 3dec2c476892862a087e45ef926a1b1a
Homepage: https://metacpan.org/release/Perl-Destruct-Level/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu