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

Last updated: May 17,2024

1. Install "libaccessors-perl" package

Please follow the guidance below to install libaccessors-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libaccessors-perl

2. Uninstall "libaccessors-perl" package

This is a short guide on how to uninstall libaccessors-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libaccessors-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.01-2
Depends: perl
Filename: pool/universe/liba/libaccessors-perl/libaccessors-perl_1.01-2_all.deb
Size: 19918
MD5sum: ea6c38ebcabee4e3499ce4974371e403
SHA1: a7f0405671b6f1a94a11e14ce00eb601aa3785b6
SHA256: bb2e214350fa0073ec7e9e0c1bb049db5569a487eadfae307044100ca5a3fc1c
Description-en: Perl module to create accessor methods in caller's package
The accessors pragma lets you create simple accessors at compile-time.
.
This saves you from writing them by hand, which tends to result in
cut-n-paste errors and a mess of duplicated code. It can also help you reduce
the ammount of unwanted direct-variable access that may creep into your
codebase when you're feeling lazy. accessors was designed with laziness in
mind.
.
Method-chaining accessors are generated by default. Note that you can still
use accessors::chained directly for reasons of backwards compatibility.
.
See accessors::classic for accessors that always return the current value if
you don't like method chaining.
Description-md5: 574a8be9deb0681ce231efaf37ec3975
Homepage: https://metacpan.org/release/accessors
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu