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

Last updated: March 03,2025

1. Install "perl-Exporter.src" package

This is a short guide on how to install perl-Exporter.src on Oracle Linux 8

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

2. Uninstall "perl-Exporter.src" package

This tutorial shows how to uninstall perl-Exporter.src on Oracle Linux 8:

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

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

Last metadata expiration check: 3:57:36 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Exporter
Version : 5.74
Release : 458.module+el8.6.0+20545+312b6629
Architecture : src
Size : 34 k
Source : None
Repository : ol8_appstream
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.