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

Last updated: October 05,2024

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

This guide let you learn how to install perl-Sub-Delete.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-Sub-Delete.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:35:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Sub-Delete
Version : 1.00002
Release : 8.fc34
Architecture : noarch
Size : 14 k
Source : perl-Sub-Delete-1.00002-8.fc34.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).