How To Install perl-Module-Metadata-Changes on Fedora 36

In this tutorial we learn how to install perl-Module-Metadata-Changes in Fedora 36. perl-Module-Metadata-Changes is Manage a module’s machine-readable Changes/CHANGES file

Introduction

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

What is perl-Module-Metadata-Changes

Module old-style Changes/CHANGES files, and to read and write Changelog.ini files.

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

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

sudo dnf -y install perl-Module-Metadata-Changes

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

sudo yum -y install perl-Module-Metadata-Changes

How To Uninstall perl-Module-Metadata-Changes on Fedora 36

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

sudo dnf remove perl-Module-Metadata-Changes

perl-Module-Metadata-Changes Package Contents on Fedora 36

/usr/bin/ini.report.pl
/usr/share/doc/perl-Module-Metadata-Changes
/usr/share/doc/perl-Module-Metadata-Changes/Changelog.ini
/usr/share/doc/perl-Module-Metadata-Changes/Changes
/usr/share/doc/perl-Module-Metadata-Changes/README
/usr/share/doc/perl-Module-Metadata-Changes/scripts
/usr/share/doc/perl-Module-Metadata-Changes/scripts/report.names.pl
/usr/share/licenses/perl-Module-Metadata-Changes
/usr/share/licenses/perl-Module-Metadata-Changes/LICENSE
/usr/share/man/man1/ini.report.pl.1.gz
/usr/share/man/man3/Module::Metadata::Changes.3pm.gz
/usr/share/perl-Module-Metadata-Changes
/usr/share/perl-Module-Metadata-Changes/templates
/usr/share/perl-Module-Metadata-Changes/templates/module
/usr/share/perl-Module-Metadata-Changes/templates/module/metadata
/usr/share/perl-Module-Metadata-Changes/templates/module/metadata/changes
/usr/share/perl-Module-Metadata-Changes/templates/module/metadata/changes/ini.page.tmpl
/usr/share/perl-Module-Metadata-Changes/templates/module/metadata/changes/ini.table.tmpl
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Metadata
/usr/share/perl5/vendor_perl/Module/Metadata/Changes.pm
/usr/share/web-assets/perl-Module-Metadata-Changes
/usr/share/web-assets/perl-Module-Metadata-Changes/css
/usr/share/web-assets/perl-Module-Metadata-Changes/css/module
/usr/share/web-assets/perl-Module-Metadata-Changes/css/module/metadata
/usr/share/web-assets/perl-Module-Metadata-Changes/css/module/metadata/changes
/usr/share/web-assets/perl-Module-Metadata-Changes/css/module/metadata/changes/ini.css

References

Summary

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