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

Last updated: October 04,2024

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

Here is a brief guide to show you how to install perl-Sub-Uplevel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf 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 Fedora 34:

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

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

Last metadata expiration check: 3:21:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Sub-Uplevel
Epoch : 1
Version : 0.2800
Release : 13.fc34
Architecture : noarch
Size : 29 k
Source : perl-Sub-Uplevel-0.2800-13.fc34.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.