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

Last updated: May 17,2024

1. Install "libmethod-alias-perl" package

This guide let you learn how to install libmethod-alias-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libmethod-alias-perl" package

In this section, we are going to explain the necessary steps to uninstall libmethod-alias-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmethod-alias-perl
Priority: optional
Section: universe/perl
Installed-Size: 60
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.03-1
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libm/libmethod-alias-perl/libmethod-alias-perl_1.03-1_all.deb
Size: 7590
MD5sum: 583deecce8032bcc1773f14ea5ae6870
SHA1: 8f2a2599d87d9f217fc3b9b551f66056f8450784
SHA256: d05a790e5ee65b3f10b32be9916b76edb0b6d68209dff71b4ab2657a3d84b0bf
Description-en: 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: 41cb651d09354c7c9e986f2bbff0c1c9
Homepage: http://search.cpan.org/dist/Method-Alias/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu