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

Last updated: June 03,2024

1. Install "perl-Sub-Exporter.src" package

Learn how to install perl-Sub-Exporter.src on Oracle Linux 9

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

2. Uninstall "perl-Sub-Exporter.src" package

Learn how to uninstall perl-Sub-Exporter.src on Oracle Linux 9:

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

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

Last metadata expiration check: 1:08:58 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Sub-Exporter
Version : 0.987
Release : 27.el9
Architecture : src
Size : 58 k
Source : None
Repository : ol9_appstream
Summary : Sophisticated exporter for custom-built routines
URL : https://metacpan.org/release/Sub-Exporter
License : GPL+ or Artistic
Description : Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allows
: for renaming, currying/sub-generation, and other cool stuff.
:
: ACHTUNG! If you're not familiar with Exporter or exporting, read
: Sub::Exporter::Tutorial first!