How To Install perl-Meta-Builder on Fedora 36

In this tutorial we learn how to install perl-Meta-Builder in Fedora 36. perl-Meta-Builder is Tools for creating Meta objects to track custom metrics

Introduction

In this tutorial we learn how to install perl-Meta-Builder on Fedora 36.

What is perl-Meta-Builder

Meta programming is becoming more and more popular. The popularity of Meta programming comes from the fact that many problems are made significantly easier. There are a few specialized Meta tools out there, for instance Class

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

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

sudo dnf -y install perl-Meta-Builder

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

sudo yum -y install perl-Meta-Builder

How To Uninstall perl-Meta-Builder on Fedora 36

To uninstall only the perl-Meta-Builder package we can use the following command:

sudo dnf remove perl-Meta-Builder

perl-Meta-Builder Package Contents on Fedora 36

/usr/share/doc/perl-Meta-Builder
/usr/share/doc/perl-Meta-Builder/README
/usr/share/man/man3/Meta::Builder.3pm.gz
/usr/share/man/man3/Meta::Builder::Base.3pm.gz
/usr/share/man/man3/Meta::Builder::Util.3pm.gz
/usr/share/perl5/vendor_perl/Meta
/usr/share/perl5/vendor_perl/Meta/Builder
/usr/share/perl5/vendor_perl/Meta/Builder.pm
/usr/share/perl5/vendor_perl/Meta/Builder/Base.pm
/usr/share/perl5/vendor_perl/Meta/Builder/Util.pm

References

Summary

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