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

Last updated: January 15,2025

1. Install "perl-Importer.noarch" package

This is a short guide on how to install perl-Importer.noarch on Fedora 38

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

2. Uninstall "perl-Importer.noarch" package

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

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

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

Last metadata expiration check: 4:27:22 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Importer
Version : 0.026
Release : 9.fc38
Architecture : noarch
Size : 39 k
Source : perl-Importer-0.026-9.fc38.src.rpm
Repository : fedora
Summary : Alternative interface to modules that export symbols
URL : https://metacpan.org/release/Importer
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This Perl module acts as a layer between Exporter and modules which consume
: exports. It is feature-compatible with Exporter, plus some much needed
: extras. You can use this to import symbols from any exporter that follows
: Exporters specification. The exporter modules themselves do not need to use
: or inherit from the Exporter module, they just need to set @EXPORT and/or
: other variables.