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

Last updated: October 03,2024

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

Here is a brief guide to show you how to install perl-Sub-Exporter-Lexical.noarch on AlmaLinux 9

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

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

Please follow the instructions below to uninstall perl-Sub-Exporter-Lexical.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 0:50:09 ago on Wed Mar 13 07:41:12 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.