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

Last updated: September 23,2024

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

In this section, we are going to explain the necessary steps to install perl-Devel-GlobalDestruction.noarch on Fedora 35

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

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

Please follow the steps below to uninstall perl-Devel-GlobalDestruction.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:45:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Devel-GlobalDestruction
Version : 0.14
Release : 16.fc35
Architecture : noarch
Size : 17 k
Source : perl-Devel-GlobalDestruction-0.14-16.fc35.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.