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

Last updated: May 10,2024

1. Install "libclass-multimethods-perl" package

Learn how to install libclass-multimethods-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libclass-multimethods-perl

2. Uninstall "libclass-multimethods-perl" package

This guide covers the steps necessary to uninstall libclass-multimethods-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libclass-multimethods-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libclass-multimethods-perl
Priority: optional
Section: universe/perl
Installed-Size: 176
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.70-5
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libc/libclass-multimethods-perl/libclass-multimethods-perl_1.70-5_all.deb
Size: 40164
MD5sum: 1c325d5c4cebeaab190839301ac15408
SHA1: a0968d0dfc86ade55bdd019b148c795941471609
SHA256: 37fa00e0be4be9beeca51e2652f2703adb35fb226f3dcf0399422c34f627a8ce
Description-en: Support multimethods and subroutine overloading in Perl
Sometimes Perl's standard polymorphic method dispatch mechanism isn't
sophisticated enough to cope with the complexities of finding the right
method to handle a given situation.
.
Generally speaking, multiple dispatch is needed whenever two or more objects
belonging to different class hierarchies are going to interact, and we need to
do different things depending on the combination of actual types of those
objects. Typical applications that need this kind of ability include graphical
user interfaces, image processing libraries, mixed-precision numerical
computation systems, and most types of simulations.
Description-md5: f32ea8b6eca1a9e7e2cc939add55a011
Homepage: http://search.cpan.org/dist/Class-Multimethods/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu