How To Install perl-Locale-Msgfmt on Fedora 36

In this tutorial we learn how to install perl-Locale-Msgfmt in Fedora 36. perl-Locale-Msgfmt is Compile .po files to .mo files

Introduction

In this tutorial we learn how to install perl-Locale-Msgfmt on Fedora 36.

What is perl-Locale-Msgfmt

This module does the same thing as msgfmt from GNU gettext-tools, except this is pure Perl. The interface is best explained through examples on home page.

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

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

sudo dnf -y install perl-Locale-Msgfmt

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

sudo yum -y install perl-Locale-Msgfmt

How To Uninstall perl-Locale-Msgfmt on Fedora 36

To uninstall only the perl-Locale-Msgfmt package we can use the following command:

sudo dnf remove perl-Locale-Msgfmt

perl-Locale-Msgfmt Package Contents on Fedora 36

/usr/bin/msgfmt.pl
/usr/share/doc/perl-Locale-Msgfmt
/usr/share/doc/perl-Locale-Msgfmt/Changes
/usr/share/doc/perl-Locale-Msgfmt/README
/usr/share/man/man3/Locale::Msgfmt.3pm.gz
/usr/share/man/man3/Locale::Msgfmt::Utils.3pm.gz
/usr/share/man/man3/Locale::Msgfmt::mo.3pm.gz
/usr/share/man/man3/Locale::Msgfmt::po.3pm.gz
/usr/share/perl5/vendor_perl/Locale
/usr/share/perl5/vendor_perl/Locale/Msgfmt
/usr/share/perl5/vendor_perl/Locale/Msgfmt.pm
/usr/share/perl5/vendor_perl/Locale/Msgfmt/Utils.pm
/usr/share/perl5/vendor_perl/Locale/Msgfmt/mo.pm
/usr/share/perl5/vendor_perl/Locale/Msgfmt/po.pm
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Install
/usr/share/perl5/vendor_perl/Module/Install/Msgfmt.pm

References

Summary

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