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

Last updated: September 20,2024

1. Install "libclass-accessor-named-perl" package

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

$ sudo apt update $ sudo apt install libclass-accessor-named-perl

2. Uninstall "libclass-accessor-named-perl" package

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

$ sudo apt remove libclass-accessor-named-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libclass-accessor-named-perl
Priority: optional
Section: universe/perl
Installed-Size: 64
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.008-1
Depends: perl (>= 5.6.0-16), libclass-accessor-perl, libsub-name-perl, libuniversal-require-perl, libhook-lexwrap-perl
Filename: pool/universe/libc/libclass-accessor-named-perl/libclass-accessor-named-perl_0.008-1_all.deb
Size: 8450
MD5sum: 29af6f624de5686772ae4bd0709171bf
SHA1: f8a0817932d4dafd1d8ead1eba34de8b21dabe6a
SHA256: c612a28c6484fa4eeb3940dcfb0b8d9d1b5ae3f2cb7eac09f8dca109194d91dd
Description-en: better profiling output for Class::Accessor
Class::Accessor is a great way to automate the tedious task of generating
accessors and mutators. One small drawback is that due to the details of
the implemenetation, you only get one __ANON__ entry in profiling output.
That entry contains all your accessors, which can be a real pain if you're
attempting to figure out which of your accessors is being called six billion
times.
.
Class::Accessor::Names is a development aid which uses Hook::LexWrap and
Sub::Name to talk your accessors into identifying themselves. While
it shouldn't add much additional runtime overhead (as it acts only
Class::Accessor's generator functions), it has not been designed for
production deployment.
Description-md5: 0a1a8c67c3907ea5aaab4f024c4fce7d
Homepage: http://search.cpan.org/dist/Class-Accessor-Named/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu