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

Last updated: September 16,2024

1. Install "perl-Exporter.noarch" package

Please follow the guidelines below to install perl-Exporter.noarch on Fedora 34

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

2. Uninstall "perl-Exporter.noarch" package

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

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

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

Last metadata expiration check: 1:43:16 ago on Tue Sep 6 02:10:55 2022.
Installed Packages
Name : perl-Exporter
Version : 5.74
Release : 459.fc34
Architecture : noarch
Size : 54 k
Source : perl-Exporter-5.74-459.fc34.src.rpm
Repository : @System
From repo : fedora
Summary : Implements default import method for modules
URL : https://metacpan.org/release/Exporter
License : GPL+ or Artistic
Description : The Exporter module implements an import method which allows a module to
: export functions and variables to its users' name spaces. Many modules use
: Exporter rather than implementing their own import method because Exporter
: provides a highly flexible interface, with an implementation optimized for
: the common case.