How to Install and Uninstall libsub-delete-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "libsub-delete-perl" package

Please follow the steps below to install libsub-delete-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libsub-delete-perl" package

Please follow the guidelines below to uninstall libsub-delete-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libsub-delete-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsub-delete-perl
Priority: optional
Section: universe/perl
Installed-Size: 60
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.00002-1
Depends: perl
Filename: pool/universe/libs/libsub-delete-perl/libsub-delete-perl_1.00002-1_all.deb
Size: 7350
MD5sum: d558c598bee09df2f61e9ce76afc5ebe
SHA1: a8837cd0b4a4976cba683d76c66e3ecb21b19a44
SHA256: 2842e99ea961deee1a6fed1d699557206f978bbe017d6ba0cdb3ddb21c2020f7
Description-en: 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: 7d10986bfcbae5d2fae3612cd05c89bf
Homepage: http://search.cpan.org/dist/Sub-Delete/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu