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

Last updated: May 08,2024

1. Install "libmoosex-markasmethods-perl" package

Here is a brief guide to show you how to install libmoosex-markasmethods-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libmoosex-markasmethods-perl" package

This tutorial shows how to uninstall libmoosex-markasmethods-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmoosex-markasmethods-perl
Priority: optional
Section: universe/perl
Installed-Size: 55
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.15-1
Depends: perl, libb-hooks-endofscope-perl, libmoose-perl (>= 0.94), libnamespace-autoclean-perl (>= 0.12)
Filename: pool/universe/libm/libmoosex-markasmethods-perl/libmoosex-markasmethods-perl_0.15-1_all.deb
Size: 10380
MD5sum: baed1de5db63fa6502674db93ae02268
SHA1: bfd428610a337006a60032e7012ae618fab6245c
SHA256: 0f71cf2c21ee63846db0cd8a6da28dbd1a7cba63f416727fe451030c34aec009
Description-en: moose extension to ark overload code symbols as methods
MooseX::MarkAsMethods is a Perl module that allows one to easily mark
certain functions as Moose methods. This will allow other packages
such as namespace::autoclean to operate without blowing away your
overloads. After using MooseX::MarkAsMethods your overloads will be
recognized by Class::MOP as being methods, and class extension as well
as composition from roles with overloads will "just work".
.
By default this module checks for overloads, and marks those functions
as methods.
.
namespace::autoclean will be invoked to clear out non-methods when
'autoclean => 1' is passed to import or use.
Description-md5: 5ca28fbd0c048b699c6d300bce022f0b
Homepage: http://search.cpan.org/dist/MooseX-MarkAsMethods/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu