How to Install and Uninstall perl-Scope-Guard Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "perl-Scope-Guard" package

This tutorial shows how to install perl-Scope-Guard on openSuSE Tumbleweed

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

2. Uninstall "perl-Scope-Guard" package

This tutorial shows how to uninstall perl-Scope-Guard on openSuSE Tumbleweed:

$ sudo zypper remove perl-Scope-Guard

3. Information about the perl-Scope-Guard package on openSuSE Tumbleweed

Information for package perl-Scope-Guard:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Scope-Guard
Version : 0.21-1.29
Arch : noarch
Vendor : openSUSE
Installed Size : 7.4 KiB
Installed : No
Status : not installed
Source package : perl-Scope-Guard-0.21-1.29.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