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

Last updated: May 12,2024

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

Please follow the guidance below to install perl-Perl-Destruct-Level.x86_64 on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-Perl-Destruct-Level.x86_64 on Fedora 34:

$ 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 34

Last metadata expiration check: 1:19:21 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Perl-Destruct-Level
Version : 0.02
Release : 29.fc34
Architecture : x86_64
Size : 16 k
Source : perl-Perl-Destruct-Level-0.02-29.fc34.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.