How to Install and Uninstall libclass-xsaccessor-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "libclass-xsaccessor-perl" package

Here is a brief guide to show you how to install libclass-xsaccessor-perl on Ubuntu 21.10 (Impish Indri)

$ 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 21.10 (Impish Indri):

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

3. Information about the libclass-xsaccessor-perl package on Ubuntu 21.10 (Impish Indri)

Package: libclass-xsaccessor-perl
Architecture: amd64
Version: 1.19-3build7
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 106
Provides: libclass-xsaccessor-array-perl
Depends: perl (>= 5.32.1~), perlapi-5.32.1, perl (<< 5.32.2~), libc6 (>= 2.14)
Filename: pool/main/libc/libclass-xsaccessor-perl/libclass-xsaccessor-perl_1.19-3build7_amd64.deb
Size: 32996
MD5sum: a4d02559ffaa34c47bae08c86488a41a
SHA1: 073c1b18feca289dd7254323e4bfe24431254116
SHA256: 8632c6f23603a06bdc9ed275d85e2f2747b0c44f66075f7ba378ee48dac0d1e4
SHA512: baa9396f037c5abf1ca92a3dbb8a3c2dd7fa060a521e8c84fba244a1e23d26b52deb7deef3c638cfd10eeb132ad6b9ca0c04ae7e0afa6332e88d5030926697e6
Homepage: https://metacpan.org/release/Class-XSAccessor
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
Task: ubuntu-mate-core, ubuntu-mate-desktop