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

Last updated: May 18,2024

1. Install "perl-Importer.src" package

Please follow the guidance below to install perl-Importer.src on Oracle Linux 8

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

2. Uninstall "perl-Importer.src" package

Please follow the guidelines below to uninstall perl-Importer.src on Oracle Linux 8:

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

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

Last metadata expiration check: 5:29:49 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Importer
Version : 0.025
Release : 6.module+el8.6.0+20545+312b6629
Architecture : src
Size : 51 k
Source : None
Repository : ol8_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.