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

Last updated: May 12,2024

1. Install "libclass-xsaccessor-perl" package

This guide let you learn how to install libclass-xsaccessor-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libclass-xsaccessor-perl

2. Uninstall "libclass-xsaccessor-perl" package

In this section, we are going to explain the necessary steps to uninstall libclass-xsaccessor-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libclass-xsaccessor-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libclass-xsaccessor-perl
Priority: optional
Section: universe/perl
Installed-Size: 101
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.19-2build4
Replaces: libclass-xsaccessor-array-perl (<< 1.05-1)
Provides: libclass-xsaccessor-array-perl
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, perl (<< 5.22.2~), libc6 (>= 2.14)
Breaks: libclass-xsaccessor-array-perl (<< 1.05-1)
Filename: pool/universe/libc/libclass-xsaccessor-perl/libclass-xsaccessor-perl_1.19-2build4_amd64.deb
Size: 31664
MD5sum: f8820ea89f9067e11d8a7b925327024e
SHA1: 03ad13f363444a8177c591b2896bd0f9a040fa60
SHA256: dd572d005a101aaf37aa3e8c1a8f4acc885e6f479d0dd6714b183265883b6f50
Description-en: Perl module providing fast XS accessors
Class::XSAccessor implements fast XS accessors both for getting at and setting
an object attribute. Additionally, the module supports mutators and simple
predicates like those for testing the truth value of a variable. It works only
with objects that are implemented as ordinary hashes.
.
The XS accessor methods were between 1.6 and 2.5 times faster than typical
pure-perl accessors in some simple benchmarking. If you usually write clear
code, a factor of two speed-up is a good estimate.
.
Refer to Class::XSAccessor::Array (also included in libclass-xsaccessor-perl)
for an implementation that works with array-based objects.
Description-md5: e785abcf076fde905048821573ca8b98
Homepage: https://metacpan.org/release/Class-XSAccessor
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu