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

Last updated: July 03,2024

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

This guide let you learn how to install perl-Perl-Destruct-Level.x86_64 on Fedora 35

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

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

Learn how to uninstall perl-Perl-Destruct-Level.x86_64 on Fedora 35:

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

Last metadata expiration check: 1:04:22 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Perl-Destruct-Level
Version : 0.02
Release : 31.fc35
Architecture : x86_64
Size : 16 k
Source : perl-Perl-Destruct-Level-0.02-31.fc35.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.