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

Last updated: November 28,2024

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

Please follow the steps below to install perl-Sub-Uplevel.noarch on Fedora 39

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

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

Here is a brief guide to show you how to uninstall perl-Sub-Uplevel.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:52:28 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Sub-Uplevel
Epoch : 1
Version : 0.2800
Release : 20.fc39
Architecture : noarch
Size : 27 k
Source : perl-Sub-Uplevel-0.2800-20.fc39.src.rpm
Repository : fedora
Summary : Apparently run a function in a higher stack frame
URL : https://metacpan.org/release/Sub-Uplevel
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.