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

Last updated: May 17,2024

1. Install "libclass-method-modifiers-perl" package

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

$ sudo apt update $ sudo apt install libclass-method-modifiers-perl

2. Uninstall "libclass-method-modifiers-perl" package

Please follow the guidelines below to uninstall libclass-method-modifiers-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libclass-method-modifiers-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libclass-method-modifiers-perl
Priority: optional
Section: universe/perl
Installed-Size: 72
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 2.11-1
Depends: perl
Filename: pool/universe/libc/libclass-method-modifiers-perl/libclass-method-modifiers-perl_2.11-1_all.deb
Size: 15708
MD5sum: 451fc029587f3c26dc3cff9cd7e7c03c
SHA1: 1cbc1192a25755a2724fe9ac41d89b6d7d796249
SHA256: cd9323e442626cf42bf96b8eb73cb49c1e70f5a1c1d018cc677ae46aaf3ee08a
Description-en: Perl module providing method modifiers
Class::Method::Modifiers provides three modifiers: before, around, and after.
The before and after modifiers are run just before and after the method they
modify, but cannot really affect that original method. The remaining modifier,
around, is run in place of the original method, with a hook to easily call the
original method.
Description-md5: f1e6913eb390add5f060deebe6e85707
Homepage: https://metacpan.org/release/Class-Method-Modifiers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu