How to Install and Uninstall perl-Sub-Uplevel.noarch Package on Amazon Linux 2

Last updated: May 05,2024

1. Install "perl-Sub-Uplevel.noarch" package

Here is a brief guide to show you how to install perl-Sub-Uplevel.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Sub-Uplevel.noarch

2. Uninstall "perl-Sub-Uplevel.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Sub-Uplevel.noarch on Amazon Linux 2:

$ sudo yum remove perl-Sub-Uplevel.noarch $ sudo yum autoremove

3. Information about the perl-Sub-Uplevel.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Sub-Uplevel
Arch : noarch
Epoch : 1
Version : 0.24
Release : 4.amzn2
Size : 26 k
Repo : amzn2-core/2/x86_64
Summary : Apparently run a function in a higher stack frame
URL : http://search.cpan.org/dist/Sub-Uplevel
License : GPL+ or Artistic
Description : Like Tcl's uplevel() function, but not quite so dangerous. The
: idea is just to fool caller(). All the really naughty bits of
: Tcl's uplevel() are avoided.