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

Last updated: May 10,2024

1. Install "librole-tiny-perl" package

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

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

2. Uninstall "librole-tiny-perl" package

This guide let you learn how to uninstall librole-tiny-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: librole-tiny-perl
Priority: optional
Section: universe/perl
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 2.000001-2
Depends: libclass-method-modifiers-perl, perl
Filename: pool/universe/libr/librole-tiny-perl/librole-tiny-perl_2.000001-2_all.deb
Size: 16938
MD5sum: ba82912f26d5088ad40b3f4f4bc8906e
SHA1: 5c0769a5fea10102bbf52394e7f8f678376b02f4
SHA256: 999bdf114be25f9479dbad845020bc3f908c783a338d3e0d43c1f59e0540b33c
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: fe9c69a8e958a2d37cc15895cfa1bc6a
Homepage: https://metacpan.org/release/Role-Tiny
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu