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

Last updated: May 17,2024

1. Install "libclass-pluggable-perl" package

This tutorial shows how to install libclass-pluggable-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libclass-pluggable-perl" package

This tutorial shows how to uninstall libclass-pluggable-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclass-pluggable-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Sarah Connor
Architecture: all
Version: 0.022-2
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libc/libclass-pluggable-perl/libclass-pluggable-perl_0.022-2_all.deb
Size: 8382
MD5sum: 668f018ab7048021227373a85fc679b4
SHA1: fc6b82a6eedd7464fffc1e373f1b8ffd734c902e
SHA256: 40faf7cfa5cf581d1011567d054e052826b20882bbfae539c2cfee0f80fc6dd1
Description-en: Simple pluggable class.
This class makes your class (sub class of Class::Pluggable) pluggable.
In this documentation, the word "pluggable" has two meanings.
.
One is just simply adding new method to your pluggable classs from
other plugin modules. So, after you plugged some modules to your class,
you can use there method exactly same as your own object method.
.
You can see this kind of plugin mechanism in CGI::Application and
CGI::Application::Plugin::Session.
Description-md5: 5eeef01a4c9d9222af934f5e4d01f218
Homepage: http://search.cpan.org/dist/Class-Pluggable/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu