How to Install and Uninstall perl-Sub-Name.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Sub-Name.x86_64" package

This guide covers the steps necessary to install perl-Sub-Name.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Sub-Name.x86_64

2. Uninstall "perl-Sub-Name.x86_64" package

Please follow the guidance below to uninstall perl-Sub-Name.x86_64 on Fedora 34:

$ sudo dnf remove perl-Sub-Name.x86_64 $ sudo dnf autoremove

3. Information about the perl-Sub-Name.x86_64 package on Fedora 34

Last metadata expiration check: 5:58:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Sub-Name
Version : 0.26
Release : 5.fc34
Architecture : x86_64
Size : 29 k
Source : perl-Sub-Name-0.26-5.fc34.src.rpm
Repository : fedora
Summary : Name - or rename - a sub
URL : https://metacpan.org/release/Sub-Name
License : GPL+ or Artistic
Description : This module allows one to "name" or rename subroutines, including anonymous
: ones.
:
: Note that this is mainly for aid in debugging; you still cannot call the sub
: by the new name (without some deep magic).