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

Last updated: May 08,2024

1. Install "libmoose-perl" package

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

$ sudo apt update $ sudo apt install libmoose-perl

2. Uninstall "libmoose-perl" package

Please follow the instructions below to uninstall libmoose-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmoose-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libmoose-perl
Priority: optional
Section: universe/perl
Installed-Size: 2277
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 2.1604-1build1
Replaces: libclass-mop-perl
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), libclass-load-perl, libclass-load-xs-perl, libdata-optlist-perl (>= 0.107), libdevel-globaldestruction-perl, libdevel-overloadinfo-perl, libdevel-stacktrace-perl (>= 1.3300), libeval-closure-perl, liblist-moreutils-perl (>= 0.28), libmodule-runtime-perl (>= 0.014), libmodule-runtime-conflicts-perl (>= 0.002), libmro-compat-perl, libpackage-deprecationmanager-perl (>= 0.11), libpackage-stash-perl (>= 0.32), libpackage-stash-xs-perl, libparams-util-perl, libsub-exporter-perl, libsub-identify-perl, libsub-name-perl (>= 0.05), libtask-weaken-perl, libtry-tiny-perl (>= 0.17)
Recommends: libdevel-partialdump-perl (>= 0.14)
Breaks: libcatalyst-perl (<< 5.90050+), libclass-mop-perl, libconfig-mvp-perl (<< 2.200004+), libdevel-repl-perl (<< 1.003020+), libdist-zilla-plugin-git-perl (<< 2.016+), libfey-orm-perl (<< 0.42+), libfey-perl (<< 0.36+), libfile-changenotify-perl (<< 0.15+), libhttp-throwable-perl (<< 0.017+), libmarkdent-perl (<< 0.16+), libmason-perl (<< 2.18+), libmoosex-abc-perl (<< 0.05+), libmoosex-aliases-perl (<< 0.08+), libmoosex-alwayscoerce-perl (<< 0.13+), libmoosex-app-perl (<< 1.22+), libmoosex-attribute-deflator-perl (<< 2.1.7+), libmoosex-attribute-dependent-perl (<< 1.1.0+), libmoosex-attribute-prototype-perl (<< 0.10+), libmoosex-attributehelpers-perl (<< 0.22+), libmoosex-attributeindexes-perl (<< 1.0.0+), libmoosex-attributeinflate-perl (<< 0.02+), libmoosex-cascadeclearing-perl (<< 0.03+), libmoosex-classattribute-perl (<< 0.26+), libmoosex-constructor-allerrors-perl (<< 0.021+), libmoosex-declare-perl (<< 0.35+), libmoosex-followpbp-perl (<< 0.02+), libmoosex-getopt-perl (<< 0.56+), libmoosex-instancetracking-perl (<< 0.04+), libmoosex-lazyrequire-perl (<< 0.06+), libmoosex-meta-attribute-index-perl (<< 0.04+), libmoosex-meta-attribute-lvalue-perl (<< 0.05+), libmoosex-method-signatures-perl (<< 0.44+), libmoosex-methodattributes-perl (<< 0.22+), libmoosex-nonmoose-perl (<< 0.24+), libmoosex-object-pluggable-perl (<< 0.0011+), libmoosex-params-validate-perl (<< 0.05+), libmoosex-poe-perl (<< 0.214+), libmoosex-privatesetters-perl (<< 0.03+), libmoosex-role-cmd-perl (<< 0.06+), libmoosex-role-parameterized-perl (<< 1.00+), libmoosex-role-withoverloading-perl (<< 0.14+), libmoosex-runnable-perl (<< 0.03+), libmoosex-scaffold-perl (<< 0.05+), libmoosex-semiaffordanceaccessor-perl (<< 0.05+), libmoosex-setonce-perl (<< 0.100473+), libmoosex-singleton-perl (<< 0.25+), libmoosex-slurpycontructor-perl (<< 1.1+), libmoosex-storage-perl (<< 0.42+), libmoosex-strictconstructor-perl (<< 0.12+), libmoosex-traits-perl (<< 0.11+), libmoosex-types-parameterizable-perl (<< 0.05+), libmoosex-types-perl (<< 0.19+), libmoosex-types-set-object-perl (<< 0.03+), libmoosex-types-signal-perl (<< 1.101930+), libmoosex-undeftolerant-perl (<< 0.11+), libnamespace-autoclean-perl (<< 0.08+), libpod-elemental-perl (<< 0.093280+), libpod-weaver-perl (<< 3.101638+), libprang-perl (<< 0.14+), libreaction-perl (<< 0.002003+), libtest-able-perl (<< 0.10+), libtest-cleannamespaces-perl (<< 0.03+), libtest-moose-more-perl (<< 0.022+), libtest-tempdir-perl (<< 0.05+), libthrowable-perl (<< 0.102080+)
Filename: pool/universe/libm/libmoose-perl/libmoose-perl_2.1604-1build1_amd64.deb
Size: 746130
MD5sum: 3f9382d235e2bab4f3cc6af085b77628
SHA1: 5df6513168d374e14166801fe67ed3c061f92c49
SHA256: a15de38ced39f781ef139045d2b5e5019bda9d4310dc945ca55279391750339b
Description-en: modern Perl object system framework
Moose is an extension of the Perl 5 object system. The main goal of Moose is to
make Perl 5 Object Oriented programming easier, more consistent, and less
tedious. With Moose you can think more about what you want to do and less about
the mechanics of OOP.
.
Additionally, Moose is built on top of Class::MOP, which is a metaclass system
for Perl 5. This means that Moose not only makes building normal Perl 5 objects
better, but it provides the power of metaclass programming as well.
.
Moose also conveniently manages all attributes (including inherited ones) that
are defined, but also provides facilities for properly initializing instance
slots, setting defaults where appropriate and performing any necessary type
constraint checking or coercion.
.
More details about the structure of Moose as well as its features can be found
in the ever-expanding Moose::Cookbook document.
Description-md5: cdb749f6802d04685cc71b5a7f9a5c87
Homepage: https://metacpan.org/release/Moose
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu