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

Last updated: May 19,2024

1. Install "perl-Sub-Exporter-Lexical.noarch" package

This guide covers the steps necessary to install perl-Sub-Exporter-Lexical.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Sub-Exporter-Lexical.noarch

2. Uninstall "perl-Sub-Exporter-Lexical.noarch" package

This is a short guide on how to uninstall perl-Sub-Exporter-Lexical.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Sub-Exporter-Lexical.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:19:19 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Sub-Exporter-Lexical
Version : 0.092292
Release : 11.el9
Architecture : noarch
Size : 20 k
Source : perl-Sub-Exporter-Lexical-0.092292-11.el9.src.rpm
Repository : epel
Summary : Export lexically-available subs with Sub::Exporter
URL : https://metacpan.org/release/Sub-Exporter-Lexical
License : GPL+ or Artistic
Description : Sub::Exporter::Lexical provides an alternate installer for Sub::Exporter.
: Installers are documented in Sub::Exporter's documentation; all you need to
: know is that by using Sub::Exporter::Lexical's installer, you can import
: routines into a lexical scope that will be cleaned up when that scope ends.