How to Install and Uninstall libnamespace-autoclean-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "libnamespace-autoclean-perl" package

This tutorial shows how to install libnamespace-autoclean-perl on Kali Linux

$ sudo apt update $ sudo apt install libnamespace-autoclean-perl

2. Uninstall "libnamespace-autoclean-perl" package

Please follow the instructions below to uninstall libnamespace-autoclean-perl on Kali Linux:

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

3. Information about the libnamespace-autoclean-perl package on Kali Linux

Package: libnamespace-autoclean-perl
Version: 0.29-2
Installed-Size: 33
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libb-hooks-endofscope-perl, libnamespace-clean-perl, libscalar-list-utils-perl, libsub-identify-perl
Size: 13512
SHA256: cb01707b71f55e01c0ef3f92fecc82e379127d88c7a033843ee7b44cadb97e47
SHA1: 74629492f8ddad420b163a78c9a0680b89555e93
MD5sum: 0ffc79004e0225195e823f8be87cec02
Description: module to remove imported symbols after compilation
namespace::autoclean is a Perl pragma that keeps your namespace clean by
removing all imported symbols at the end of the current package's compile
cycle. Perhaps most importantly, this means that imported functions will no
longer be made accidentally accessible to users outside of your package via
method invocations.
.
This module differs from namespace::clean (see libnamespace-clean-perl) in
that it cleans all imported functions, whether or not the imports happened
prior to using the pragma. Things that "look" like a method (according to
Class::MOP) will be left alone.
Description-md5:
Homepage: https://metacpan.org/release/namespace-autoclean
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libn/libnamespace-autoclean-perl/libnamespace-autoclean-perl_0.29-2_all.deb