How To Install perl-Locale-MO-File on Fedora 36

In this tutorial we learn how to install perl-Locale-MO-File in Fedora 36. perl-Locale-MO-File is Write and read gettext MO files

Introduction

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

What is perl-Locale-MO-File

The module allows to write or read gettext MO files.

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

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

sudo dnf -y install perl-Locale-MO-File

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

sudo yum -y install perl-Locale-MO-File

How To Uninstall perl-Locale-MO-File on Fedora 36

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

sudo dnf remove perl-Locale-MO-File

perl-Locale-MO-File Package Contents on Fedora 36

/usr/share/doc/perl-Locale-MO-File
/usr/share/doc/perl-Locale-MO-File/Changes
/usr/share/doc/perl-Locale-MO-File/README
/usr/share/doc/perl-Locale-MO-File/example
/usr/share/doc/perl-Locale-MO-File/example/11_little_endian.pl
/usr/share/doc/perl-Locale-MO-File/example/12_little_endian_fh.pl
/usr/share/doc/perl-Locale-MO-File/example/13_little_endian_utf-8.pl
/usr/share/doc/perl-Locale-MO-File/example/14_little_endian_fh_utf-8.pl
/usr/share/doc/perl-Locale-MO-File/example/21_big_endian.pl
/usr/share/doc/perl-Locale-MO-File/example/22_big_endian_fh.pl
/usr/share/doc/perl-Locale-MO-File/example/23_big_endian_utf-8.pl
/usr/share/doc/perl-Locale-MO-File/example/24_big_endian_fh_utf-8.pl
/usr/share/man/man3/Locale::MO::File.3pm.gz
/usr/share/perl5/vendor_perl/Locale
/usr/share/perl5/vendor_perl/Locale/MO
/usr/share/perl5/vendor_perl/Locale/MO/File.pm

References

Summary

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