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

Last updated: May 23,2024

1. Install "perl-Guard" package

Please follow the step by step instructions below to install perl-Guard on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Guard

2. Uninstall "perl-Guard" package

Here is a brief guide to show you how to uninstall perl-Guard on openSuSE Tumbleweed:

$ sudo zypper remove perl-Guard

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

Information for package perl-Guard:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Guard
Version : 1.023-1.37
Arch : x86_64
Vendor : openSUSE
Installed Size : 31.8 KiB
Installed : No
Status : not installed
Source package : perl-Guard-1.023-1.37.src
Upstream URL : http://search.cpan.org/dist/Guard/
Summary : Safe Cleanup Blocks
Description :
This module implements so-called "guards". A guard is something (usually an
object) that "guards" a resource, ensuring that it is cleaned up when
expected.
Specifically, this module supports two different types of guards: guard
objects, which execute a given code block when destroyed, and scoped
guards, which are tied to the scope exit.