How to Install and Uninstall libguard-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libguard-perl" package

This is a short guide on how to install libguard-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libguard-perl

2. Uninstall "libguard-perl" package

Please follow the step by step instructions below to uninstall libguard-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libguard-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libguard-perl
Priority: optional
Section: universe/perl
Installed-Size: 47
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.023-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libg/libguard-perl/libguard-perl_1.023-1build1_amd64.deb
Size: 14966
MD5sum: af4bbc1c0cd01d7fa8e1a6c483615a4f
SHA1: ec678eb4bf45d063e3c21501d0da4fb339c487c9
SHA256: db86afa123de9b2abbe1a042724107920e2bb4929afd15df4ee20b801d2a554c
Description-en: 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: 0a9143ff4f7bdbdfba62cc8ad64bd9ae
Homepage: https://metacpan.org/release/Guard
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu