How to Install and Uninstall perl-Exporter-Tiny.noarch Package on Fedora 35
Last updated: November 01,2024
1. Install "perl-Exporter-Tiny.noarch" package
This guide covers the steps necessary to install perl-Exporter-Tiny.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
perl-Exporter-Tiny.noarch
Copied
2. Uninstall "perl-Exporter-Tiny.noarch" package
Please follow the instructions below to uninstall perl-Exporter-Tiny.noarch on Fedora 35:
$
sudo dnf remove
perl-Exporter-Tiny.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Exporter-Tiny.noarch package on Fedora 35
Last metadata expiration check: 4:08:49 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Exporter-Tiny
Version : 1.002002
Release : 6.fc35
Architecture : noarch
Size : 51 k
Source : perl-Exporter-Tiny-1.002002-6.fc35.src.rpm
Repository : fedora
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.fc35
Architecture : noarch
Size : 51 k
Source : perl-Exporter-Tiny-1.002002-6.fc35.src.rpm
Repository : fedora
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.