How to Install and Uninstall librelative-perl Package on Kali Linux

Last updated: April 29,2024

1. Install "librelative-perl" package

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

$ sudo apt update $ sudo apt install librelative-perl

2. Uninstall "librelative-perl" package

Here is a brief guide to show you how to uninstall librelative-perl on Kali Linux:

$ sudo apt remove librelative-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the librelative-perl package on Kali Linux

Package: librelative-perl
Version: 0.04-4
Installed-Size: 28
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libuniversal-require-perl
Size: 9576
SHA256: 780e243a15964e4bfbe842d0784eed91885c86ffd7a19208318d473c8e47b51a
SHA1: 739ca291171d25c05474d09b4fd1cf9873c9ac2a
MD5sum: 0c074d92ad6425b100f75725db5ee443
Description: Load modules with relative names
This module allows you to load modules using only parts of their name,
relatively to the current module or to a given module. Module names are
by default searched below the current module, but can be searched upper
in the hierarchy using the ..:: syntax.
.
In order to further loosen the namespace coupling, import returns
the full names of the loaded modules, making object-oriented code easier
to write:
.
use relative;
.
my ($Maker, $Publisher) = import relative qw(Create Publish);
my $report = $Maker->new;
my $publisher = $Publisher->new;
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/relative
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libr/librelative-perl/librelative-perl_0.04-4_all.deb