How to Install and Uninstall liblexical-var-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "liblexical-var-perl" package

This guide let you learn how to install liblexical-var-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "liblexical-var-perl" package

Learn how to uninstall liblexical-var-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the liblexical-var-perl package on Ubuntu 21.10 (Impish Indri)

Package: liblexical-var-perl
Architecture: amd64
Version: 0.009-3build6
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 63
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, libc6 (>= 2.4), liblexical-sealrequirehints-perl
Filename: pool/universe/libl/liblexical-var-perl/liblexical-var-perl_0.009-3build6_amd64.deb
Size: 21764
MD5sum: 9b66dab31b93a3c52e0157d9637c1708
SHA1: 4688170326154088f660f76ce02e348e16bf702d
SHA256: a19616bad5f69f2a722290365b2d67981559e65da83f721cf419fb445b9d20dc
SHA512: 91b4caae7455a6915aae55fe3bbc690d1022019d24216b556bc61b8f0625f7e0b385fc7fe4b872d3b15b68431ffe3b625b21e4c4e03c666b09d19e89b67a2c1a
Homepage: https://metacpan.org/release/Lexical-Var
Description-en: 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: 4baea79b9f897f5d816cc1af5039dced