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

Last updated: November 26,2024

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

Please follow the instructions below to install perl-Exporter-Easy.noarch on Fedora 39

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

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

This is a short guide on how to uninstall perl-Exporter-Easy.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:18:17 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Exporter-Easy
Version : 0.18
Release : 19.fc39
Architecture : noarch
Size : 27 k
Source : perl-Exporter-Easy-0.18-19.fc39.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.