How to Install and Uninstall perl-Exporter-Tiny.noarch Package on AlmaLinux 9
Last updated: November 28,2024
1. Install "perl-Exporter-Tiny.noarch" package
This guide covers the steps necessary to install perl-Exporter-Tiny.noarch on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Exporter-Tiny.noarch
Copied
2. Uninstall "perl-Exporter-Tiny.noarch" package
Here is a brief guide to show you how to uninstall perl-Exporter-Tiny.noarch on AlmaLinux 9:
$
sudo dnf remove
perl-Exporter-Tiny.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Exporter-Tiny.noarch package on AlmaLinux 9
Last metadata expiration check: 2:06:25 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Exporter-Tiny
Version : 1.002002
Release : 6.el9
Architecture : noarch
Size : 51 k
Source : perl-Exporter-Tiny-1.002002-6.el9.src.rpm
Repository : appstream
Summary : An exporter with the features of Sub::Exporter but only core dependencies
URL : https://metacpan.org/release/Exporter-Tiny
License : GPL+ or Artistic
Description : Exporter::Tiny supports many of Sub::Exporter's external-facing features
: including renaming imported functions with the -as, -prefix and -suffix
: options; explicit destinations with the into option; and alternative
: installers with the installer option. But it's written in only about 40%
: as many lines of code and with zero non-core dependencies.
:
: Its internal-facing interface is closer to Exporter.pm, with configuration
: done through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables.
:
: Exporter::Tiny performs most of its internal duties (including resolution of
: tag names to sub names, resolution of sub names to coderefs, and installation
: of coderefs into the target package) as method calls, which means they can be
: overridden to provide interesting behavior.
Available Packages
Name : perl-Exporter-Tiny
Version : 1.002002
Release : 6.el9
Architecture : noarch
Size : 51 k
Source : perl-Exporter-Tiny-1.002002-6.el9.src.rpm
Repository : appstream
Summary : An exporter with the features of Sub::Exporter but only core dependencies
URL : https://metacpan.org/release/Exporter-Tiny
License : GPL+ or Artistic
Description : Exporter::Tiny supports many of Sub::Exporter's external-facing features
: including renaming imported functions with the -as, -prefix and -suffix
: options; explicit destinations with the into option; and alternative
: installers with the installer option. But it's written in only about 40%
: as many lines of code and with zero non-core dependencies.
:
: Its internal-facing interface is closer to Exporter.pm, with configuration
: done through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables.
:
: Exporter::Tiny performs most of its internal duties (including resolution of
: tag names to sub names, resolution of sub names to coderefs, and installation
: of coderefs into the target package) as method calls, which means they can be
: overridden to provide interesting behavior.