How to Install and Uninstall librole-tiny-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 12,2024

1. Install "librole-tiny-perl" package

Please follow the steps below to install librole-tiny-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install librole-tiny-perl

2. Uninstall "librole-tiny-perl" package

Please follow the step by step instructions below to uninstall librole-tiny-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove librole-tiny-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the librole-tiny-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: librole-tiny-perl
Architecture: all
Version: 2.002004-1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 44
Depends: perl:any, libclass-method-modifiers-perl
Filename: pool/main/libr/librole-tiny-perl/librole-tiny-perl_2.002004-1_all.deb
Size: 16256
MD5sum: 86cd495c2235b9bda33ee7e9f03bd285
SHA1: 87a6d55db24fb753ec8a35b80e3c8fc693e973ec
SHA256: 6d0a308bd07294d3f45fa5ed564acb47d6944b79b40044eb29ccafa0470f6347
SHA512: 6d321b481511822ec2900a90f8fb15fbb3e74ad3fa5b1ac3ae5904d0740697d55c1b45133fb3cc17e4876d8843f7e3433fe9c10c3246a603c3ef3a20764b3ec9
Homepage: https://metacpan.org/release/Role-Tiny
Description-en: Perl module for minimalist role composition
Role::Tiny is a Perl module to do minimalist role composition. Role composition
can be thought of as much more clever and meaningful multiple inheritance.
.
The basics of this implementation of roles is:
* If a method is already defined on a class, that method will not be composed
in from the role.
* If a method that the role "requires" to be implemented is not implemented,
role application will fail loudly.
.
Unlike Class::C3, where the last class inherited from "wins", role composition
is the other way around, where first wins. In a more complete system (see
Moose) roles are checked to see if they clash. The goal of this is to be much
simpler, hence disallowing composition of multiple roles at once.
Description-md5: f585057ac20f867b96ff923f664661ee
Task: ubuntu-mate-core, ubuntu-mate-desktop