How to Install and Uninstall perl-Exporter.src Package on Oracle Linux 9
Last updated: November 28,2024
1. Install "perl-Exporter.src" package
Please follow the instructions below to install perl-Exporter.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Exporter.src
Copied
2. Uninstall "perl-Exporter.src" package
This guide covers the steps necessary to uninstall perl-Exporter.src on Oracle Linux 9:
$
sudo dnf remove
perl-Exporter.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Exporter.src package on Oracle Linux 9
Last metadata expiration check: 1:07:11 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Exporter
Version : 5.74
Release : 461.el9
Architecture : src
Size : 31 k
Source : None
Repository : ol9_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.
Available Packages
Name : perl-Exporter
Version : 5.74
Release : 461.el9
Architecture : src
Size : 31 k
Source : None
Repository : ol9_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.