How To Install perl-App-mymeta_requires on Fedora 36

In this tutorial we learn how to install perl-App-mymeta_requires in Fedora 36. perl-App-mymeta_requires is Extract module requirements from MYMETA files

Introduction

In this tutorial we learn how to install perl-App-mymeta_requires on Fedora 36.

What is perl-App-mymeta_requires

This tool extracts CPAN module requirements as recorded in a MYMETA.json or MYMETA.yml file.

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

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

sudo dnf -y install perl-App-mymeta_requires

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

sudo yum -y install perl-App-mymeta_requires

How To Uninstall perl-App-mymeta_requires on Fedora 36

To uninstall only the perl-App-mymeta_requires package we can use the following command:

sudo dnf remove perl-App-mymeta_requires

perl-App-mymeta_requires Package Contents on Fedora 36

/usr/bin/mymeta-requires
/usr/share/doc/perl-App-mymeta_requires
/usr/share/doc/perl-App-mymeta_requires/Changes
/usr/share/doc/perl-App-mymeta_requires/README
/usr/share/licenses/perl-App-mymeta_requires
/usr/share/licenses/perl-App-mymeta_requires/LICENSE
/usr/share/man/man1/mymeta-requires.1.gz
/usr/share/man/man3/App::mymeta_requires.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/mymeta_requires.pm

References

Summary

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