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

Last updated: May 19,2024

1. Install "libindirect-perl" package

In this section, we are going to explain the necessary steps to install libindirect-perl on Kali Linux

$ sudo apt update $ sudo apt install libindirect-perl

2. Uninstall "libindirect-perl" package

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

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

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

Package: libindirect-perl
Source: libindirect-perl (0.39-2)
Version: 0.39-2+b2
Installed-Size: 69
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.14)
Size: 27104
SHA256: b52040c74df869a54b249edbc36e80078c757bc88987ca408ce5fc9893340ff4
SHA1: 7c9ece6bba4d48cd04d3c3b9a76bb75a39506e6c
MD5sum: 1d6f68a601bda810681a8d977f08687c
Description: module warning about using the indirect object syntax
When enabled (or disabled as some may prefer to say, since you actually turn
it on by calling no indirect), the indirect pragma lexically warns about
indirect object syntax constructs that may have slipped into your code. This
syntax is now considered harmful, since its parsing has many quirks and its
use is error prone (when swoosh isn't defined, swoosh $x actually compiles to
$x->swoosh).
.
It currently does not warn for core functions (print, say, exec or system).
This may change in the future, or may be added as optional features that
would be enabled by passing options to unimport.
.
indirect is not a source filter.
Description-md5:
Homepage: https://metacpan.org/release/indirect
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libi/libindirect-perl/libindirect-perl_0.39-2+b2_amd64.deb