How to Install and Uninstall perl-Sub-Exporter.noarch Package on Fedora 39

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-Sub-Exporter.noarch on Fedora 39

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

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

This is a short guide on how to uninstall perl-Sub-Exporter.noarch on Fedora 39:

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

3. Information about the perl-Sub-Exporter.noarch package on Fedora 39

Last metadata expiration check: 2:56:41 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Sub-Exporter
Version : 0.990
Release : 1.fc39
Architecture : noarch
Size : 78 k
Source : perl-Sub-Exporter-0.990-1.fc39.src.rpm
Repository : fedora
Summary : Sophisticated exporter for custom-built routines
URL : https://metacpan.org/release/Sub-Exporter
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allows
: for renaming, currying/sub-generation, and other cool stuff.
:
: ACHTUNG! If you're not familiar with Exporter or exporting, read
: Sub::Exporter::Tutorial first!