How To Install perl-Exporter-Easy on Fedora 36
Introduction
In this tutorial we learn how to install perl-Exporter-Easy on Fedora 36.
What is perl-Exporter-Easy
Exporter 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.
We can use yum or dnf to install perl-Exporter-Easy on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Exporter-Easy.
Install perl-Exporter-Easy on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Exporter-Easy using dnf by running the following command:
sudo dnf -y install perl-Exporter-Easy
Install perl-Exporter-Easy on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Exporter-Easy using yum by running the following command:
sudo yum -y install perl-Exporter-Easy
How To Uninstall perl-Exporter-Easy on Fedora 36
To uninstall only the perl-Exporter-Easy package we can use the following command:
sudo dnf remove perl-Exporter-Easy
perl-Exporter-Easy Package Contents on Fedora 36
/usr/share/doc/perl-Exporter-Easy
/usr/share/doc/perl-Exporter-Easy/Changes
/usr/share/doc/perl-Exporter-Easy/README
/usr/share/doc/perl-Exporter-Easy/TODO
/usr/share/licenses/perl-Exporter-Easy
/usr/share/licenses/perl-Exporter-Easy/LICENSE
/usr/share/man/man3/Exporter::Easiest.3pm.gz
/usr/share/man/man3/Exporter::Easy.3pm.gz
/usr/share/perl5/vendor_perl/Exporter
/usr/share/perl5/vendor_perl/Exporter/Easiest.pm
/usr/share/perl5/vendor_perl/Exporter/Easy.pm
References
Summary
In this tutorial we learn how to install perl-Exporter-Easy on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).