How to Install and Uninstall libguard-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libguard-perl" package

In this section, we are going to explain the necessary steps to install libguard-perl on Kali Linux

$ sudo apt update $ sudo apt install libguard-perl

2. Uninstall "libguard-perl" package

This guide let you learn how to uninstall libguard-perl on Kali Linux:

$ sudo apt remove libguard-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libguard-perl package on Kali Linux

Package: libguard-perl
Source: libguard-perl (1.023-2)
Version: 1.023-2+b2
Installed-Size: 49
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4)
Size: 15600
SHA256: f365c49d8f079045c1ffd4ece992d23f4b4eeb19ef4788b0874dcb0494068665
SHA1: 87d7f128ae395fb34231c1a34bf229ad036eb667
MD5sum: f190b471e5ed86b3722e37fbd1676998
Description: Perl module providing safe cleanup using guard objects
Guard is a Perl module implementing so-called "guards," which are things that
"guard" a resource, ensuring that it is safely cleaned up when expected, even
if exceptional conditions interrupt the normal control flow. This allows one
to write code which executes an arbitrary code block or subroutine when either
the related Guard Object is destroyed or when the current scope ends. In other
languages, this sort of functionality is provided by the 'finally' keyword.
Description-md5:
Homepage: https://metacpan.org/release/Guard
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libg/libguard-perl/libguard-perl_1.023-2+b2_amd64.deb