How to Install and Uninstall librole-tiny-perl Package on Kali Linux

Last updated: May 13,2024

1. Install "librole-tiny-perl" package

Here is a brief guide to show you how to install librole-tiny-perl on Kali Linux

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

2. Uninstall "librole-tiny-perl" package

Please follow the instructions below to uninstall librole-tiny-perl on Kali Linux:

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

3. Information about the librole-tiny-perl package on Kali Linux

Package: librole-tiny-perl
Version: 2.002004-1
Installed-Size: 49
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libclass-method-modifiers-perl
Size: 21444
SHA256: ba2e4028236ada61e5d59d0a05503dc88301cd276091b8a42dd177598a8ebcc6
SHA1: 01f7ea58bca1d0b5d06b93eddb7d06749d7b0c67
MD5sum: ff588d7b06827c5df2ea1810cdd18dfd
Description: 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:
Homepage: https://metacpan.org/release/Role-Tiny
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libr/librole-tiny-perl/librole-tiny-perl_2.002004-1_all.deb