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

Last updated: May 02,2024

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

Please follow the steps below to install perl-Sub-Exporter.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall perl-Sub-Exporter.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:18:53 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Sub-Exporter
Version : 0.988
Release : 3.fc36
Architecture : noarch
Size : 72 k
Source : perl-Sub-Exporter-0.988-3.fc36.src.rpm
Repository : fedora
Summary : Sophisticated exporter for custom-built routines
URL : https://metacpan.org/release/Sub-Exporter
License : GPL+ or Artistic
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!