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

Last updated: September 20,2024

1. Install "libclass-ooorno-perl" package

Please follow the step by step instructions below to install libclass-ooorno-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libclass-ooorno-perl" package

Please follow the steps below to uninstall libclass-ooorno-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclass-ooorno-perl
Priority: optional
Section: universe/perl
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.011-1
Depends: perl
Filename: pool/universe/libc/libclass-ooorno-perl/libclass-ooorno-perl_0.011-1_all.deb
Size: 16244
MD5sum: a1654c548d75be2d76a08c59b43c60c7
SHA1: 96c7665126d8340acd973730c1bfbf12b8cccd40
SHA256: 629dbd4a7e75188946d294569637722adabcc12da8e4dc5f53a139d12fb434dd
Description-en: Give your module classic AND OO interfaces
Class::OOorNO helps your module handle the input for its subroutines
whether called in object-oriented style (as object methods or class
methods with the arrow syntax "->"), or in functional programming style
(as subroutines imported to the caller's namespace via Exporter).
.
The bulk of this module comprises a lightweight, pure-Perl emulation of
the Devel::Caller library's "called_as_method()" routine which is
written in C.
.
Devel::Caller dives deep into the internals of the Perl interpreter
(see perlguts) to trace stack frames and can get the input for any call
in the stack. It's really handy for Devel::opment and debugging.
.
This module is much more lightweight and focuses more on your module's
Class:: methods themselves.
Description-md5: e99dd99a250932d34ea531295c8308df
Homepage: http://search.cpan.org/dist/Class-OOorNO/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu