How to Install and Uninstall perl-Sub-Delete.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "perl-Sub-Delete.noarch" package

This guide covers the steps necessary to install perl-Sub-Delete.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Sub-Delete.noarch

2. Uninstall "perl-Sub-Delete.noarch" package

Please follow the steps below to uninstall perl-Sub-Delete.noarch on Fedora 36:

$ sudo dnf remove perl-Sub-Delete.noarch $ sudo dnf autoremove

3. Information about the perl-Sub-Delete.noarch package on Fedora 36

Last metadata expiration check: 5:36:08 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Sub-Delete
Version : 1.00002
Release : 11.fc36
Architecture : noarch
Size : 14 k
Source : perl-Sub-Delete-1.00002-11.fc36.src.rpm
Repository : fedora
Summary : Perl module to delete subroutines
URL : https://metacpan.org/release/Sub-Delete
License : GPL+ or Artistic
Description : 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).