How to Install and Uninstall perl-Perl-Destruct-Level.x86_64 Package on Fedora 36

Last updated: October 05,2024

1. Install "perl-Perl-Destruct-Level.x86_64" package

This tutorial shows how to install perl-Perl-Destruct-Level.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Perl-Destruct-Level.x86_64

2. Uninstall "perl-Perl-Destruct-Level.x86_64" package

Please follow the guidance below to uninstall perl-Perl-Destruct-Level.x86_64 on Fedora 36:

$ sudo dnf remove perl-Perl-Destruct-Level.x86_64 $ sudo dnf autoremove

3. Information about the perl-Perl-Destruct-Level.x86_64 package on Fedora 36

Last metadata expiration check: 1:12:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Perl-Destruct-Level
Version : 0.02
Release : 32.fc36
Architecture : x86_64
Size : 16 k
Source : perl-Perl-Destruct-Level-0.02-32.fc36.src.rpm
Repository : fedora
Summary : Allows you to change perl's internal destruction level
URL : https://metacpan.org/release/Perl-Destruct-Level
License : GPL+ or Artistic
Description : This module allows you to change perl's internal destruction level. The
: default value of the destruct level is 0; it means that perl won't bother
: destroying all of its internal data structures and lets the OS do the cleanup
: for it at exit.
:
: For perls built with debugging support (-DDEBUGGING), an environment variable
: PERL_DESTRUCT_LEVEL allows you to control the destruction level. This module
: enables you to modify it on non-debugging perls too.
:
: Note that some embedded environments might extend the meaning of the
: destruction level for their own purposes: mod_perl does that, for example.