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

Last updated: July 01,2024

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

Please follow the step by step instructions below to install perl-Exporter-Easy.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall perl-Exporter-Easy.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:19:31 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Exporter-Easy
Version : 0.18
Release : 12.fc34
Architecture : noarch
Size : 28 k
Source : perl-Exporter-Easy-0.18-12.fc34.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.