How to Install and Uninstall perl-Scope-Upper.x86_64 Package on Fedora 38

Last updated: October 03,2024

1. Install "perl-Scope-Upper.x86_64" package

Please follow the guidelines below to install perl-Scope-Upper.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Scope-Upper.x86_64

2. Uninstall "perl-Scope-Upper.x86_64" package

Please follow the step by step instructions below to uninstall perl-Scope-Upper.x86_64 on Fedora 38:

$ sudo dnf remove perl-Scope-Upper.x86_64 $ sudo dnf autoremove

3. Information about the perl-Scope-Upper.x86_64 package on Fedora 38

Last metadata expiration check: 2:25:27 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Scope-Upper
Version : 0.34
Release : 1.fc38
Architecture : x86_64
Size : 57 k
Source : perl-Scope-Upper-0.34-1.fc38.src.rpm
Repository : fedora
Summary : Act on upper scopes
URL : https://metacpan.org/release/Scope-Upper
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module lets you defer actions that will take place when the control
: flow returns into an upper scope. Currently, you can hook an upper scope
: end, or localize variables, array/hash values or deletions of elements
: in higher contexts. You can also return to an upper level and know which
: context was in use then.