How to Install and Uninstall libclass-method-modifiers-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

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

Please follow the guidelines below to install libclass-method-modifiers-perl on Ubuntu 21.10 (Impish Indri)

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

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

Please follow the instructions below to uninstall libclass-method-modifiers-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libclass-method-modifiers-perl package on Ubuntu 21.10 (Impish Indri)

Package: libclass-method-modifiers-perl
Architecture: all
Version: 2.13-1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 43
Depends: perl
Filename: pool/main/libc/libclass-method-modifiers-perl/libclass-method-modifiers-perl_2.13-1_all.deb
Size: 16236
MD5sum: 7dd846680d8bc4e7c258064667ca7b25
SHA1: a00e3ac9e4bc959ee73417a81f8497ed6faf2693
SHA256: 8324fc198aafcccf3a0c8955e37c3771ab8ef99cdf8a9883f06e2487419216e5
SHA512: 190e2f1cf8b28b2f6a0fa6fa0268f6f57a4658999fd95169c465cd12d05888b6d07b7e958984f0240eb5ae541d390d387c63651dfc2f50deef7f92fabfe2e3f6
Homepage: https://metacpan.org/release/Class-Method-Modifiers
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
Task: ubuntu-mate-core, ubuntu-mate-desktop