How to Install and Uninstall perl-Devel-GlobalDestruction.noarch Package on Fedora 36

Last updated: September 30,2024

1. Install "perl-Devel-GlobalDestruction.noarch" package

Please follow the step by step instructions below to install perl-Devel-GlobalDestruction.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Devel-GlobalDestruction.noarch

2. Uninstall "perl-Devel-GlobalDestruction.noarch" package

Please follow the instructions below to uninstall perl-Devel-GlobalDestruction.noarch on Fedora 36:

$ sudo dnf remove perl-Devel-GlobalDestruction.noarch $ sudo dnf autoremove

3. Information about the perl-Devel-GlobalDestruction.noarch package on Fedora 36

Last metadata expiration check: 1:47:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Devel-GlobalDestruction
Version : 0.14
Release : 17.fc36
Architecture : noarch
Size : 17 k
Source : perl-Devel-GlobalDestruction-0.14-17.fc36.src.rpm
Repository : fedora
Summary : Expose PL_dirty, the flag that marks global destruction
URL : https://metacpan.org/release/Devel-GlobalDestruction
License : GPL+ or Artistic
Description : Perl's global destruction is a little tricky to deal with with respect to
: finalizers because it's not ordered and objects can sometimes disappear.
:
: Writing defensive destructors is hard and annoying, and usually if global
: destruction is happening you only need the destructors that free up non
: process local resources to actually execute.
:
: For these constructors you can avoid the mess by simply bailing out if
: global destruction is in effect.