How to Install and Uninstall perl-Sub-Exporter.noarch Package on CentOS Stream 9

Last updated: November 26,2024

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

This guide covers the steps necessary to install perl-Sub-Exporter.noarch on CentOS Stream 9

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

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

This guide covers the steps necessary to uninstall perl-Sub-Exporter.noarch on CentOS Stream 9:

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

3. Information about the perl-Sub-Exporter.noarch package on CentOS Stream 9

Last metadata expiration check: 0:44:24 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Sub-Exporter
Version : 0.987
Release : 27.el9
Architecture : noarch
Size : 73 k
Source : perl-Sub-Exporter-0.987-27.el9.src.rpm
Repository : 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!