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

Last updated: November 28,2024

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

This guide let you learn how to install perl-Sub-Uplevel.noarch on Fedora 38

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

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

Please follow the guidelines below to uninstall perl-Sub-Uplevel.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:13:17 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Sub-Uplevel
Epoch : 1
Version : 0.2800
Release : 19.fc38
Architecture : noarch
Size : 28 k
Source : perl-Sub-Uplevel-0.2800-19.fc38.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.