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

Last updated: May 08,2024

1. Install "libmoosex-classattribute-perl" package

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

$ sudo apt update $ sudo apt install libmoosex-classattribute-perl

2. Uninstall "libmoosex-classattribute-perl" package

Please follow the guidelines below to uninstall libmoosex-classattribute-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmoosex-classattribute-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libmoosex-classattribute-perl
Priority: optional
Section: universe/perl
Installed-Size: 133
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.27-1
Depends: perl, liblist-moreutils-perl, libmoose-perl (>= 2.00), libnamespace-autoclean-perl (>= 0.11), libnamespace-clean-perl (>= 0.20)
Filename: pool/universe/libm/libmoosex-classattribute-perl/libmoosex-classattribute-perl_0.27-1_all.deb
Size: 35330
MD5sum: 3eb6b7b2df88f240dfbf4107580bb164
SHA1: 960710c586909775696b40e58781c7f53aa3cccd
SHA256: 2bf5f9492b7e68397100c13b46d58496d4863d9e89bc54a363db0ac8208f6e10
Description-en: module to declare class attributes Moose-style
MooseX::ClassAttribute allows you to declare class attributes in exactly the
same way as object attributes, using class_has() instead of has().
.
You can use any feature of Moose's attribute declarations, including
overriding a parent's attributes, delegation (handles), attribute traits,
etc. All features should just work. The one exception is the "required" flag,
which is not allowed for class attributes.
.
The accessor methods for class attribute may be called on the class directly,
or on objects of that class. Passing a class attribute to the constructor
will not set that attribute.
Description-md5: 749904ff588e917fbec21f7c1066fbe7
Homepage: https://metacpan.org/release/MooseX-ClassAttribute/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu