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

Last updated: January 11,2025

1. Install "libnamespace-sweep-perl" package

This guide covers the steps necessary to install libnamespace-sweep-perl on Kali Linux

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

2. Uninstall "libnamespace-sweep-perl" package

Please follow the guidance below to uninstall libnamespace-sweep-perl on Kali Linux:

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

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

Package: libnamespace-sweep-perl
Version: 0.006-3
Installed-Size: 28
Maintainer: Debian Perl Group
Architecture: all
Depends: libsub-identify-perl, libb-hooks-endofscope-perl (>= 0.09), libpackage-stash-perl (>= 0.33), sgml-base (>= 1.28), perl:any
Size: 12532
SHA256: f8f6d4f961d2e712459f622f53adee11e3a499423e799215f7d9f68a00a755af
SHA1: cef48f83a9e28db086cb05ffc85c93094e87d9b3
MD5sum: 8aed27597abd91b2de8cd5ea391c16e4
Description: sweeps up imported subs in your classes
Because Perl methods are just regular subroutines, it's difficult to
tell what's a method and what's just an imported function. As a result,
imported functions can be called as methods on your objects.
.
The namespace::sweep pragma will delete imported functions from your
class's symbol table, thereby ensuring that your interface is as you
specified it. However, code inside your module will still be able to
use the imported functions without any problems.
Description-md5:
Homepage: https://metacpan.org/release/namespace-sweep
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libn/libnamespace-sweep-perl/libnamespace-sweep-perl_0.006-3_all.deb