How to Install and Uninstall libsub-delete-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "libsub-delete-perl" package

Please follow the step by step instructions below to install libsub-delete-perl on Kali Linux

$ sudo apt update $ sudo apt install libsub-delete-perl

2. Uninstall "libsub-delete-perl" package

Please follow the guidance below to uninstall libsub-delete-perl on Kali Linux:

$ sudo apt remove libsub-delete-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsub-delete-perl package on Kali Linux

Package: libsub-delete-perl
Version: 1.00002-4
Installed-Size: 22
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 7844
SHA256: 0b5b17cb479191389292e4bb4333690382bec97bd4711089dae42f54d72a45ca
SHA1: ed1af070b267cc5fba53e29accf4c45aaafce0b1
MD5sum: 421f109ddd1529ec608ca990f5d73da6
Description: Perl module to delete subroutines
Sub::Delete provides one function, delete_sub, that deletes the subroutine
whose name is passed to it. (To load the module without importing the
function, write use Sub::Delete();.)
.
This does more than simply undefine the subroutine in the manner of undef
&foo, which leaves a stub that can trigger AUTOLOAD (and, consequently, won't
work for deleting methods). The subroutine is completely obliterated from the
symbol table (though there may be references to it elsewhere, including in
compiled code).
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Sub-Delete
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libs/libsub-delete-perl/libsub-delete-perl_1.00002-4_all.deb