How to Install and Uninstall perl-Sub-Uplevel Package on openSuSE Tumbleweed

Last updated: December 25,2024

1. Install "perl-Sub-Uplevel" package

Please follow the steps below to install perl-Sub-Uplevel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Sub-Uplevel

2. Uninstall "perl-Sub-Uplevel" package

Please follow the steps below to uninstall perl-Sub-Uplevel on openSuSE Tumbleweed:

$ sudo zypper remove perl-Sub-Uplevel

3. Information about the perl-Sub-Uplevel package on openSuSE Tumbleweed

Information for package perl-Sub-Uplevel:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Sub-Uplevel
Version : 0.2800-1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 53.7 KiB
Installed : No
Status : not installed
Source package : perl-Sub-Uplevel-0.2800-1.23.src
Upstream URL : https://metacpan.org/release/Sub-Uplevel
Summary : Apparently run a function in a higher stack frame
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.