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

Last updated: November 07,2024

1. Install "libuniversal-require-perl" package

Please follow the step by step instructions below to install libuniversal-require-perl on Kali Linux

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

2. Uninstall "libuniversal-require-perl" package

This is a short guide on how to uninstall libuniversal-require-perl on Kali Linux:

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

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

Package: libuniversal-require-perl
Version: 0.19-3
Installed-Size: 24
Maintainer: Debian Perl Group
Architecture: all
Replaces: libuniversal-exports-perl
Depends: perl:any
Size: 9376
SHA256: d02ee24002bd019dd3dfe2e4affec4f42e744959635e1f8a059c8ac244f0f5d8
SHA1: cc36924717428833ad63a07cd38a684b42db49f6
MD5sum: 320496ed7b381d3ba9cc71b34d882b98
Description: Load modules from a variable (deprecated)
This works exactly like the standard require in Perl, except without
the bareword restriction, and it does not die. Since require() is
placed in the UNIVERSAL namespace, it will work on any module. You
just have to use UNIVERSAL::require somewhere in your code.
.
If you have ever had to do this...
.
eval "require $module";
.
to get around the bareword caveats on require(), this module is for
you. It creates a universal require() class method that will work
with every Perl module and it is secure. So instead of doing some
arcane eval() work, you can do this:
.
$module->require;
.
It does not save you much typing, but it will make a lot more sense
to someone who is not a ninth level Perl acolyte.
.
Also provided is a use() method which works in a similar way.
.
NOTE that UNIVERSAL::require is considered deprecated by its author, who
suggestest to look at a number of better suited and more actively maintained
alternatives discussed in the POD's "SEE ALSO" section.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/UNIVERSAL-require
Tag: role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libu/libuniversal-require-perl/libuniversal-require-perl_0.19-3_all.deb