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

Last updated: October 05,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 34

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

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

This tutorial shows how to uninstall perl-Sub-Exporter.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:36:56 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Sub-Exporter
Version : 0.987
Release : 25.fc34
Architecture : noarch
Size : 67 k
Source : perl-Sub-Exporter-0.987-25.fc34.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!