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

Last updated: May 13,2024

1. Install "liblexical-accessor-perl" package

This is a short guide on how to install liblexical-accessor-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "liblexical-accessor-perl" package

Please follow the step by step instructions below to uninstall liblexical-accessor-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: liblexical-accessor-perl
Priority: optional
Section: universe/perl
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.008-1
Depends: libtype-tiny-perl, libexporter-tiny-perl, libhash-fieldhash-perl, perl
Filename: pool/universe/libl/liblexical-accessor-perl/liblexical-accessor-perl_0.008-1_all.deb
Size: 20408
MD5sum: f5e4917d1d36cda3b2b7662253a98fea
SHA1: 2fe011a105d7214fa87b0d8cbc54620202f487ab
SHA256: 131bf4581f4088b181b40b5fa6371e58aec5e547846f3334f3376a2037353b95
Description-en: true private attributes for Moose/Moo/Mouse
Lexical::Accessor generates coderefs which can be used as methods to
access private attributes for objects.
.
The private attributes are stored inside-out, and do not add any
accessors to the class' namespace, so are completely invisible to any
outside code, including any subclasses. This gives your attribute
complete privacy: subclasses can define a private (or even public)
attribute with the same name as your private one and they will not
interfere with each other.
Description-md5: afafa5aba56a50e8b088bc1c5cf2a17c
Homepage: https://metacpan.org/release/Lexical-Accessor
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu