How to Install and Uninstall libaccessors-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libaccessors-perl" package

Learn how to install libaccessors-perl on Kali Linux

$ sudo apt update $ sudo apt install libaccessors-perl

2. Uninstall "libaccessors-perl" package

Learn how to uninstall libaccessors-perl on Kali Linux:

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

3. Information about the libaccessors-perl package on Kali Linux

Package: libaccessors-perl
Version: 1.01-4
Installed-Size: 44
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 21000
SHA256: 093f8f291f130024ca81f00faeb91451bb213356a51b13e845c7e6ac2755bbbf
SHA1: 09d5583bac80890718a15946c897cd2571f95ba7
MD5sum: c6adc591545883bbef0fc94c5aa7a0f4
Description: 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 amount 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/accessors
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/liba/libaccessors-perl/libaccessors-perl_1.01-4_all.deb