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

Last updated: November 27,2024

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

Here is a brief guide to show you how to install perl-Sub-Exporter.src on Oracle Linux 8

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

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

This guide let you learn how to uninstall perl-Sub-Exporter.src on Oracle Linux 8:

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

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

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