How to Install and Uninstall perl-Scope-Upper.x86_64 Package on Rocky Linux 8

Last updated: September 21,2024

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

This tutorial shows how to install perl-Scope-Upper.x86_64 on Rocky Linux 8

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

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

This guide let you learn how to uninstall perl-Scope-Upper.x86_64 on Rocky Linux 8:

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

3. Information about the perl-Scope-Upper.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:56:22 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Scope-Upper
Version : 0.32
Release : 2.el8
Architecture : x86_64
Size : 61 k
Source : perl-Scope-Upper-0.32-2.el8.src.rpm
Repository : epel
Summary : Act on upper scopes
URL : https://metacpan.org/release/Scope-Upper
License : GPL+ or Artistic
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.