How to Install and Uninstall perl-Sub-Delete.noarch Package on Fedora 38
Last updated: November 28,2024
1. Install "perl-Sub-Delete.noarch" package
This guide covers the steps necessary to install perl-Sub-Delete.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
perl-Sub-Delete.noarch
Copied
2. Uninstall "perl-Sub-Delete.noarch" package
This tutorial shows how to uninstall perl-Sub-Delete.noarch on Fedora 38:
$
sudo dnf remove
perl-Sub-Delete.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Sub-Delete.noarch package on Fedora 38
Last metadata expiration check: 1:25:55 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Sub-Delete
Version : 1.00002
Release : 14.fc38
Architecture : noarch
Size : 13 k
Source : perl-Sub-Delete-1.00002-14.fc38.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).
Available Packages
Name : perl-Sub-Delete
Version : 1.00002
Release : 14.fc38
Architecture : noarch
Size : 13 k
Source : perl-Sub-Delete-1.00002-14.fc38.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).