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

Last updated: April 29,2024

1. Install "libnamespace-clean-perl" package

Please follow the step by step instructions below to install libnamespace-clean-perl on Kali Linux

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

2. Uninstall "libnamespace-clean-perl" package

This tutorial shows how to uninstall libnamespace-clean-perl on Kali Linux:

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

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

Package: libnamespace-clean-perl
Version: 0.27-2
Installed-Size: 40
Maintainer: Debian Perl Group
Architecture: all
Depends: libb-hooks-endofscope-perl, libpackage-stash-perl, libsub-identify-perl, libsub-name-perl, perl:any
Size: 17768
SHA256: d2f3cd0d52f5d6b5d11787ef2c13e3b19378140ccde948ebcde9b8d8fc910605
SHA1: e4f413d0831dd8595af7b42d73fe441032cd588c
MD5sum: 13b2d9e45ddfde090e5538a2f7a16818
Description: module for keeping imports and functions out of the current namespace
namespace::clean is a Perl pragma for keeping imported functions out of the
current namespace. This is especially important because Perl functions are
naturally available as methods, which can complicate subclassing.
.
Using the namespace::clean pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle. This
means that functions called in the package itself will still be bound by
their name, but they won't show up as methods on your class or instances.
Description-md5:
Homepage: https://metacpan.org/release/namespace-clean
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libn/libnamespace-clean-perl/libnamespace-clean-perl_0.27-2_all.deb