How To Install perl-Dist-Milla on Fedora 36

In this tutorial we learn how to install perl-Dist-Milla in Fedora 36. perl-Dist-Milla is CPAN distribution builder

Introduction

In this tutorial we learn how to install perl-Dist-Milla on Fedora 36.

What is perl-Dist-Milla

Milla is a Dist bundle, Dist around the “Convention over Configuration” philosophy, and by default doesn’t rewrite module files nor requires you to change your work flow at all.

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

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

sudo dnf -y install perl-Dist-Milla

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

sudo yum -y install perl-Dist-Milla

How To Uninstall perl-Dist-Milla on Fedora 36

To uninstall only the perl-Dist-Milla package we can use the following command:

sudo dnf remove perl-Dist-Milla

perl-Dist-Milla Package Contents on Fedora 36

/usr/bin/milla
/usr/share/doc/perl-Dist-Milla
/usr/share/doc/perl-Dist-Milla/Changes
/usr/share/doc/perl-Dist-Milla/README
/usr/share/licenses/perl-Dist-Milla
/usr/share/licenses/perl-Dist-Milla/LICENSE
/usr/share/man/man1/milla.1.gz
/usr/share/man/man3/Dist::Milla.3pm.gz
/usr/share/man/man3/Dist::Milla::Tutorial.3pm.gz
/usr/share/man/man3/Dist::Zilla::PluginBundle::Milla.3pm.gz
/usr/share/man/man3/Milla.3pm.gz
/usr/share/perl5/vendor_perl/Dist
/usr/share/perl5/vendor_perl/Dist/Milla
/usr/share/perl5/vendor_perl/Dist/Milla.pm
/usr/share/perl5/vendor_perl/Dist/Milla/App.pm
/usr/share/perl5/vendor_perl/Dist/Milla/Tutorial.pod
/usr/share/perl5/vendor_perl/Dist/Zilla
/usr/share/perl5/vendor_perl/Dist/Zilla/MintingProfile
/usr/share/perl5/vendor_perl/Dist/Zilla/MintingProfile/Milla.pm
/usr/share/perl5/vendor_perl/Dist/Zilla/Plugin
/usr/share/perl5/vendor_perl/Dist/Zilla/Plugin/Milla
/usr/share/perl5/vendor_perl/Dist/Zilla/Plugin/Milla/FirstBuild.pm
/usr/share/perl5/vendor_perl/Dist/Zilla/Plugin/Milla/MetaGeneratedBy.pm
/usr/share/perl5/vendor_perl/Dist/Zilla/Plugin/Milla/MintFiles.pm
/usr/share/perl5/vendor_perl/Dist/Zilla/PluginBundle
/usr/share/perl5/vendor_perl/Dist/Zilla/PluginBundle/Milla.pm
/usr/share/perl5/vendor_perl/Milla.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/share
/usr/share/perl5/vendor_perl/auto/share/module
/usr/share/perl5/vendor_perl/auto/share/module/Dist-Zilla-MintingProfile-Milla
/usr/share/perl5/vendor_perl/auto/share/module/Dist-Zilla-MintingProfile-Milla/default
/usr/share/perl5/vendor_perl/auto/share/module/Dist-Zilla-MintingProfile-Milla/default/Module.pm.template
/usr/share/perl5/vendor_perl/auto/share/module/Dist-Zilla-MintingProfile-Milla/default/profile.ini

References

Summary

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