How to Install and Uninstall perl-Scope-Guard.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "perl-Scope-Guard.noarch" package

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

$ sudo dnf update $ sudo dnf install perl-Scope-Guard.noarch

2. Uninstall "perl-Scope-Guard.noarch" package

Please follow the guidance below to uninstall perl-Scope-Guard.noarch on Fedora 36:

$ sudo dnf remove perl-Scope-Guard.noarch $ sudo dnf autoremove

3. Information about the perl-Scope-Guard.noarch package on Fedora 36

Last metadata expiration check: 1:04:34 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Scope-Guard
Version : 0.21
Release : 19.fc36
Architecture : noarch
Size : 15 k
Source : perl-Scope-Guard-0.21-19.fc36.src.rpm
Repository : fedora
Summary : Lexically scoped resource management
URL : https://metacpan.org/release/Scope-Guard
License : GPL+ or Artistic
Description : This module provides a convenient way to perform cleanup or other forms of
: resource management at the end of a scope. It is particularly useful when
: dealing with exceptions: the Scope::Guard constructor takes a reference to
: a subroutine that is guaranteed to be called even if the thread of
: execution is aborted prematurely. This effectively allows lexically-scoped
: "promises" to be made that are automatically honored by perl's garbage
: collector.