How to Install and Uninstall perl-Exporter-Tiny.noarch Package on Fedora 34

Last updated: July 03,2024

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

This is a short guide on how to install perl-Exporter-Tiny.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Exporter-Tiny.noarch on Fedora 34:

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

3. Information about the perl-Exporter-Tiny.noarch package on Fedora 34

Last metadata expiration check: 1:54:55 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Exporter-Tiny
Version : 1.002002
Release : 4.fc34
Architecture : noarch
Size : 52 k
Source : perl-Exporter-Tiny-1.002002-4.fc34.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.