How to Install and Uninstall libmethod-alias-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libmethod-alias-perl" package

Please follow the guidance below to install libmethod-alias-perl on Kali Linux

$ sudo apt update $ sudo apt install libmethod-alias-perl

2. Uninstall "libmethod-alias-perl" package

This guide covers the steps necessary to uninstall libmethod-alias-perl on Kali Linux:

$ sudo apt remove libmethod-alias-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmethod-alias-perl package on Kali Linux

Package: libmethod-alias-perl
Version: 1.03-4
Installed-Size: 21
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 6916
SHA256: b98913f99ec7b27b33283dc7a427fcf20a8fdf2d5d45ed562f5d9cc9d9a09f3a
SHA1: 968c3e3c5bff52d61feac86f9b42a35bb647012a
MD5sum: 0dab8d88c9a96824ddec5531acb36b76
Description: module to create method aliases
The traditional way to create a method alias (provide an alternate
name for a method) is simply a GLOB alias. While this works fine for
functions, it does not work for methods overloaded by a subclass.
.
Instead, Method::Alias creates a number of methods in the caller's
package to call the real method. It is designed to be used as a pragma,
to which you provide a set of pairs of method names.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Method-Alias
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libm/libmethod-alias-perl/libmethod-alias-perl_1.03-4_all.deb