How to Install and Uninstall perl-Exporter-Easy.noarch Package on Fedora 35

Last updated: October 06,2024

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

This guide let you learn how to install perl-Exporter-Easy.noarch on Fedora 35

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

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

Learn how to uninstall perl-Exporter-Easy.noarch on Fedora 35:

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

3. Information about the perl-Exporter-Easy.noarch package on Fedora 35

Last metadata expiration check: 1:48:22 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Exporter-Easy
Version : 0.18
Release : 14.fc35
Architecture : noarch
Size : 28 k
Source : perl-Exporter-Easy-0.18-14.fc35.src.rpm
Repository : fedora
Summary : Takes the drudgery out of Exporting symbols
URL : https://metacpan.org/release/Exporter-Easy
License : GPL+ or Artistic
Description : Exporter::Easy makes using Exporter easy. In its simplest case, it allows
: you to drop the boilerplate code that comes with using Exporter, so more
: complicated situations where you use tags to build lists and more tags
: become easy.