How to Install and Uninstall perl-Scope-Guard Package on openSUSE Leap

Last updated: May 17,2024

1. Install "perl-Scope-Guard" package

Learn how to install perl-Scope-Guard on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Scope-Guard

2. Uninstall "perl-Scope-Guard" package

Please follow the steps below to uninstall perl-Scope-Guard on openSUSE Leap:

$ sudo zypper remove perl-Scope-Guard

3. Information about the perl-Scope-Guard package on openSUSE Leap

Information for package perl-Scope-Guard:
-----------------------------------------
Repository : Main Repository
Name : perl-Scope-Guard
Version : 0.21-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 7.6 KiB
Installed : No
Status : not installed
Source package : perl-Scope-Guard-0.21-1.24.src
Upstream URL : http://search.cpan.org/dist/Scope-Guard/
Summary : Lexically-Scoped Resource Management
Description :
This module provides a convenient way to perform cleanup or other forms of
resource management at the end of a scope. It is particularly useful when
dealing with exceptions: the 'Scope::Guard' constructor takes a reference
to a subroutine that is guaranteed to be called even if the thread of
execution is aborted prematurely. This effectively allows lexically-scoped
"promises" to be made that are automatically honoured by perl's garbage
collector.
For more information, see: the http://www.drdobbs.com/cpp/184403758 manpage