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

Last updated: May 18,2024

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

In this section, we are going to explain the necessary steps to install perl-Sub-Delete.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall perl-Sub-Delete.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:25:38 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Sub-Delete
Version : 1.00002
Release : 10.fc35
Architecture : noarch
Size : 14 k
Source : perl-Sub-Delete-1.00002-10.fc35.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).