How to Install and Uninstall liblib-relative-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "liblib-relative-perl" package

This tutorial shows how to install liblib-relative-perl on Kali Linux

$ sudo apt update $ sudo apt install liblib-relative-perl

2. Uninstall "liblib-relative-perl" package

Please follow the step by step instructions below to uninstall liblib-relative-perl on Kali Linux:

$ sudo apt remove liblib-relative-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblib-relative-perl package on Kali Linux

Package: liblib-relative-perl
Version: 1.002-1
Installed-Size: 32
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 11924
SHA256: d48730b43b605f12b4214ad5f1c1226e31c58c854d87b14706b6dc32c0193907
SHA1: f6d81b5afe344f32509a9afb4c4cdce11e6aabad
MD5sum: aa681050a5f55e618f7ac2f0801f9de5
Description: module to add paths relative to the current file to @INC
lib::relative proposes a straightforward method to add a relative path to
@INC: it takes a path relative to the current file, absolutizes it, and adds
it to @INC.
.
Adding a path to @INC to load modules from a local directory may seem simple,
but has a few common pitfalls to be aware of:
.
Directly adding a relative path to @INC means that any later code that
changes the current working directory will change where modules are loaded
from.
.
Additionally, the commonly used FindBin module relies on interpreter state
and the path to the original script invoked by the perl interpreter,
sometimes requiring workarounds in uncommon cases like generated or embedded
code.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/lib-relative
Section: perl
Priority: optional
Filename: pool/main/libl/liblib-relative-perl/liblib-relative-perl_1.002-1_all.deb