How to Install and Uninstall perl-Sub-Uplevel Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Sub-Uplevel" package

This tutorial shows how to install perl-Sub-Uplevel on openSUSE Leap

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

2. Uninstall "perl-Sub-Uplevel" package

In this section, we are going to explain the necessary steps to uninstall perl-Sub-Uplevel on openSUSE Leap:

$ sudo zypper remove perl-Sub-Uplevel

3. Information about the perl-Sub-Uplevel package on openSUSE Leap

Information for package perl-Sub-Uplevel:
-----------------------------------------
Repository : Main Repository
Name : perl-Sub-Uplevel
Version : 0.240.0-1.22
Arch : noarch
Vendor : SUSE LLC
Installed Size : 44.2 KiB
Installed : No
Status : not installed
Source package : perl-Sub-Uplevel-0.240.0-1.22.src
Upstream URL : http://search.cpan.org/dist/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.