How to Install and Uninstall perl-Importer.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "perl-Importer.src" package

Please follow the guidelines below to install perl-Importer.src on Oracle Linux 9

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

2. Uninstall "perl-Importer.src" package

This guide covers the steps necessary to uninstall perl-Importer.src on Oracle Linux 9:

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

3. Information about the perl-Importer.src package on Oracle Linux 9

Last metadata expiration check: 0:39:42 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Importer
Version : 0.026
Release : 4.el9
Architecture : src
Size : 51 k
Source : None
Repository : ol9_appstream
Summary : Alternative interface to modules that export symbols
URL : https://metacpan.org/release/Importer
License : GPL+ or Artistic
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.