How to Install and Uninstall liblexical-var-perl Package on Kali Linux

Last updated: May 21,2024

1. Install "liblexical-var-perl" package

Please follow the guidance below to install liblexical-var-perl on Kali Linux

$ sudo apt update $ sudo apt install liblexical-var-perl

2. Uninstall "liblexical-var-perl" package

In this section, we are going to explain the necessary steps to uninstall liblexical-var-perl on Kali Linux:

$ sudo apt remove liblexical-var-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblexical-var-perl package on Kali Linux

Package: liblexical-var-perl
Source: liblexical-var-perl (0.010-1)
Version: 0.010-1+b1
Installed-Size: 67
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4), liblexical-sealrequirehints-perl (>= 0.12)
Size: 24664
SHA256: f0cb771ec17e9802cf01d39cbdef71e8d1531e1c2aacaa789c0a456db4445162
SHA1: e712aea81f5d1e3dfc932c9a5847c88ae3400e72
MD5sum: 9ef2243ed469ae4a872f810000483828
Description: Perl module for using static variables without namespace pollution
Lexical::Var implements lexical scoping of subroutines. Although it can be
used directly, it is mainly intended to be infrastructure for modules that
manage namespaces.
.
This module influences the meaning of single-part subroutine names that
appear directly in code, such as "&foo" and "foo(123)". Normally, in the
absence of any particular declaration, these would refer to the subroutine of
that name located in the current package. A Lexical::Sub declaration can
change this to refer to any particular subroutine, bypassing the package
system entirely. A subroutine name that includes an explicit package part,
such as "&main::foo", always refers to the subroutine in the specified
package, and is unaffected by this module. A symbolic reference through a
string value, such as "&{'foo'}", also looks in the package system, and so is
unaffected by this module.
.
The types of name that can be influenced are scalar ("$foo"), array
("@foo"), hash ("%foo"), subroutine ("&foo"), and glob ("*foo").
Description-md5:
Homepage: https://metacpan.org/release/Lexical-Var
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libl/liblexical-var-perl/liblexical-var-perl_0.010-1+b1_amd64.deb