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

Last updated: July 08,2024

1. Install "perl-Guard" package

Please follow the guidance below to install perl-Guard on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Guard

2. Uninstall "perl-Guard" package

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

$ sudo zypper remove perl-Guard

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

Information for package perl-Guard:
-----------------------------------
Repository : Main Repository
Name : perl-Guard
Version : 1.023-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 32.0 KiB
Installed : No
Status : not installed
Source package : perl-Guard-1.023-bp155.2.11.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.