How to Install and Uninstall libmoosex-role-parameterized-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "libmoosex-role-parameterized-perl" package

Please follow the guidance below to install libmoosex-role-parameterized-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libmoosex-role-parameterized-perl

2. Uninstall "libmoosex-role-parameterized-perl" package

Here is a brief guide to show you how to uninstall libmoosex-role-parameterized-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libmoosex-role-parameterized-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmoosex-role-parameterized-perl package on Ubuntu 21.10 (Impish Indri)

Package: libmoosex-role-parameterized-perl
Architecture: all
Version: 1.11-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 86
Depends: perl, libmodule-runtime-perl, libmoose-perl, libnamespace-autoclean-perl, libnamespace-clean-perl
Filename: pool/universe/libm/libmoosex-role-parameterized-perl/libmoosex-role-parameterized-perl_1.11-1_all.deb
Size: 39340
MD5sum: 1699343eaf371437c1f29132b583134e
SHA1: 46913e32c6e87b00c1a2ef4cc317b80231fcd6d4
SHA256: 4025b3b8cc3dcd79c7f41159d7427340a98da033d6c911bc08c0c61791b2b9c0
SHA512: 0d4c8d9452a8bf128d7ef5baec18d5efa662baad6eaebad273ad628b33b9931665242d8b68055eea7ebe9895e55bcca9794f50d3e37aba07b0c27de79a498b12
Homepage: https://metacpan.org/release/MooseX-Role-Parameterized
Description-en: Moose extension providing parameterized roles
MooseX::Role::Parameterized is a Moose extension that consists of two things:
parameter declarations and a role block.
.
Parameters are declared using the "parameter" keyword which resembles Moose's
"has", even supporting any option that "has" accepts. You can use any option
that "has" accepts. The default value for the "is" option is read-only, as
that's a very common case. These parameters will get their values when the
consuming class (or role) uses Moose's "with". A parameter object will be
constructed with these values, and passed to the role block.
Description-md5: 98fbfdefabbd132fbe332435d072319a
Task: ubuntukylin-desktop