How To Install perl-Module-Starter on Fedora 36

In this tutorial we learn how to install perl-Module-Starter in Fedora 36. perl-Module-Starter is A simple starter kit for any module

Introduction

In this tutorial we learn how to install perl-Module-Starter on Fedora 36.

What is perl-Module-Starter

This is a CPAN module/utility to assist in the creation of new modules in a sensible and sane fashion. Unless you’re interested in extending the functionality of this module, you should examine the documentation for ‘module-starter’, for information on how to use this tool. It is noted that there are a number of extensions to this tool, including plugins to create modules using templates as recommended by Damian Conway’s “Perl Best Practices” (O’Reilly, 2005). (See also the package perl-Module-Starter-PBP for the aforementioned templates.)

We can use yum or dnf to install perl-Module-Starter on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Module-Starter.

Install perl-Module-Starter 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-Module-Starter using dnf by running the following command:

sudo dnf -y install perl-Module-Starter

Install perl-Module-Starter 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-Module-Starter using yum by running the following command:

sudo yum -y install perl-Module-Starter

How To Uninstall perl-Module-Starter on Fedora 36

To uninstall only the perl-Module-Starter package we can use the following command:

sudo dnf remove perl-Module-Starter

perl-Module-Starter Package Contents on Fedora 36

/usr/bin/module-starter
/usr/share/doc/perl-Module-Starter
/usr/share/doc/perl-Module-Starter/Changes
/usr/share/doc/perl-Module-Starter/README
/usr/share/licenses/perl-Module-Starter
/usr/share/licenses/perl-Module-Starter/LICENSE
/usr/share/man/man1/module-starter.1.gz
/usr/share/man/man3/Module::Starter.3pm.gz
/usr/share/man/man3/Module::Starter::App.3pm.gz
/usr/share/man/man3/Module::Starter::BuilderSet.3pm.gz
/usr/share/man/man3/Module::Starter::Plugin.3pm.gz
/usr/share/man/man3/Module::Starter::Plugin::Template.3pm.gz
/usr/share/man/man3/Module::Starter::Simple.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Starter
/usr/share/perl5/vendor_perl/Module/Starter.pm
/usr/share/perl5/vendor_perl/Module/Starter/App.pm
/usr/share/perl5/vendor_perl/Module/Starter/BuilderSet.pm
/usr/share/perl5/vendor_perl/Module/Starter/Plugin
/usr/share/perl5/vendor_perl/Module/Starter/Plugin.pod
/usr/share/perl5/vendor_perl/Module/Starter/Plugin/Template.pm
/usr/share/perl5/vendor_perl/Module/Starter/Simple.pm

References

Summary

In this tutorial we learn how to install perl-Module-Starter on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).