How to Install and Uninstall libuniversal-can-perl Package on Kali Linux

Last updated: May 05,2024

1. Install "libuniversal-can-perl" package

Please follow the instructions below to install libuniversal-can-perl on Kali Linux

$ sudo apt update $ sudo apt install libuniversal-can-perl

2. Uninstall "libuniversal-can-perl" package

Please follow the step by step instructions below to uninstall libuniversal-can-perl on Kali Linux:

$ sudo apt remove libuniversal-can-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libuniversal-can-perl package on Kali Linux

Package: libuniversal-can-perl
Version: 1.20140328-3
Installed-Size: 31
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 11932
SHA256: 200d9b2fc481aea87b06b97c70b6e5710832ac1b884800057a355fda97fe4934
SHA1: 242efe180e85e69f10a51c228223e28acd876734
MD5sum: 390010fbbdb40eebca7059dd00ef8d36
Description: safer version of UNIVERSAL::can
The UNIVERSAL class provides a few default methods so that all objects can
use them. Object orientation allows programmers to override these methods in
subclasses to provide more specific and appropriate behavior.
.
Some authors call methods in the UNIVERSAL class on potential invocants as
functions, bypassing any possible overriding. This is wrong and one should
not do it. Unfortunately, not everyone heeds this warning and their bad code
can break good code.
.
This module replaces UNIVERSAL::can() with a method that checks to see if
the first argument is a valid invocant (whether an object -- a blessed
referent -- or the name of a class). If so, and if the invocant's class has
its own can() method, it calls that as a method. Otherwise, everything works
as you might expect.
.
If someone attempts to call UNIVERSAL::can() as a function, this module will
emit a lexical warning (see perllexwarn) to that effect. You can disable it
with no warnings; or no warnings 'UNIVERSAL::isa';, but don't do that; fix
the code instead.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/UNIVERSAL-can
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libu/libuniversal-can-perl/libuniversal-can-perl_1.20140328-3_all.deb