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

Last updated: November 27,2024

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

Learn how to install perl-Sub-Exporter.noarch on Fedora 38

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Sub-Exporter.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:04:25 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Sub-Exporter
Version : 0.989
Release : 2.fc38
Architecture : noarch
Size : 78 k
Source : perl-Sub-Exporter-0.989-2.fc38.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!