How To Install perl-Locale-Maketext-Fuzzy on Fedora 36

In this tutorial we learn how to install perl-Locale-Maketext-Fuzzy in Fedora 36. perl-Locale-Maketext-Fuzzy is Maketext from already interpolated strings

Introduction

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

What is perl-Locale-Maketext-Fuzzy

This module is a subclass of Locale support for localizing messages that already contains interpolated variables. This is most useful when the messages are returned by external modules – for example, to match “dir against “[_1]

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

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

sudo dnf -y install perl-Locale-Maketext-Fuzzy

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

sudo yum -y install perl-Locale-Maketext-Fuzzy

How To Uninstall perl-Locale-Maketext-Fuzzy on Fedora 36

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

sudo dnf remove perl-Locale-Maketext-Fuzzy

perl-Locale-Maketext-Fuzzy Package Contents on Fedora 36

/usr/share/doc/perl-Locale-Maketext-Fuzzy
/usr/share/doc/perl-Locale-Maketext-Fuzzy/Changes
/usr/share/doc/perl-Locale-Maketext-Fuzzy/README
/usr/share/man/man3/Locale::Maketext::Fuzzy.3pm.gz
/usr/share/perl5/vendor_perl/Locale
/usr/share/perl5/vendor_perl/Locale/Maketext
/usr/share/perl5/vendor_perl/Locale/Maketext/Fuzzy.pm

References

Summary

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