How to Install and Uninstall perl-Sub-Uplevel.noarch Package on Fedora 35

Last updated: October 06,2024

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

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

$ sudo dnf update $ sudo dnf install perl-Sub-Uplevel.noarch

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

Learn how to uninstall perl-Sub-Uplevel.noarch on Fedora 35:

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

3. Information about the perl-Sub-Uplevel.noarch package on Fedora 35

Last metadata expiration check: 4:13:37 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Sub-Uplevel
Epoch : 1
Version : 0.2800
Release : 15.fc35
Architecture : noarch
Size : 28 k
Source : perl-Sub-Uplevel-0.2800-15.fc35.src.rpm
Repository : fedora
Summary : Apparently run a function in a higher stack frame
URL : https://metacpan.org/release/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.