How to Install and Uninstall perl-Sub-Delete Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Sub-Delete" package

This guide let you learn how to install perl-Sub-Delete on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Sub-Delete

2. Uninstall "perl-Sub-Delete" package

Here is a brief guide to show you how to uninstall perl-Sub-Delete on openSUSE Leap:

$ sudo zypper remove perl-Sub-Delete

3. Information about the perl-Sub-Delete package on openSUSE Leap

Information for package perl-Sub-Delete:
----------------------------------------
Repository : Main Repository
Name : perl-Sub-Delete
Version : 1.00002-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 7.8 KiB
Installed : No
Status : not installed
Source package : perl-Sub-Delete-1.00002-bp155.2.10.src
Upstream URL : https://metacpan.org/release/Sub-Delete
Summary : Perl module enabling one to delete subroutines
Description :
This module 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).