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

Last updated: May 19,2024

1. Install "libmoops-perl" package

Learn how to install libmoops-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmoops-perl

2. Uninstall "libmoops-perl" package

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

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

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

Package: libmoops-perl
Priority: optional
Section: universe/perl
Installed-Size: 195
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.034-1
Depends: libimport-into-perl, libkavorka-perl, libkeyword-simple-perl, liblexical-accessor-perl, libmoox-late-perl, libmoosex-mungehas-perl, libparse-keyword-perl, libperlx-assert-perl, libtype-tiny-perl, libvariable-magic-perl, libtrue-perl, libexporter-tiny-perl (>= 0.040), libmodule-runtime-perl (>= 0.013), libmoo-perl (>= 1.006000), libscalar-list-utils-perl (>= 1:0.40), libtry-tiny-perl (>= 0.12), libnamespace-autoclean-perl (>= 0.20), perl (>= 5.14)
Suggests: libmoosex-xsaccessor-perl
Filename: pool/universe/libm/libmoops-perl/libmoops-perl_0.034-1_all.deb
Size: 52500
MD5sum: 751ae77885bf480079687e2bfb83330b
SHA1: 69378a4b5c048b70908cb6dc893b5045875a9425
SHA256: 6a4d740352282864c1d296c30b52ee68303296f854f4083387aa65f6d9d69d66
Description-en: moops object-oriented programming sugar
Moops is sugar for declaring and using roles and classes in Perl.
.
The syntax is inspired by MooseX::Declare, and Stevan Little's
p5-mop-redux project (which is in turn partly inspired by Perl 6).
.
Moops has fewer than half of the dependencies as MooseX::Declare, loads
in about 25% of the time, and the classes built with it run
significantly faster. Moops does not use Devel::Declare, instead using
Perl's pluggable keyword API.
.
Moops uses Moo to build classes and roles by default, but allows you to
use Moose if you desire. (And Mouse experimentally.)
.
Install libmoosex-xsaccessor-perl to automatically speedup Moose
classes.
Description-md5: a54d77fa2efa9318b44972aabe0e7ac8
Homepage: https://metacpan.org/release/Moops
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu