How to Install and Uninstall liblexical-var-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "liblexical-var-perl" package

In this section, we are going to explain the necessary steps to install liblexical-var-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "liblexical-var-perl" package

Here is a brief guide to show you how to uninstall liblexical-var-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the liblexical-var-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liblexical-var-perl
Priority: optional
Section: universe/perl
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.009-3build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), liblexical-sealrequirehints-perl
Filename: pool/universe/libl/liblexical-var-perl/liblexical-var-perl_0.009-3build1_amd64.deb
Size: 21558
MD5sum: 8471aa39388af1dde75edfdc3d6495df
SHA1: 616fbe343386f46af809013b7d5aed50bc3ef994
SHA256: 713f22494570f5bc9ae7dfce9479d7757589195cc9803d1cab83ff8b9a94f227
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
Homepage: https://metacpan.org/release/Lexical-Var
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu