How To Install perl-Locale-Currency-Format on Fedora 36

In this tutorial we learn how to install perl-Locale-Currency-Format in Fedora 36. perl-Locale-Currency-Format is Perl functions for formatting monetary values

Introduction

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

What is perl-Locale-Currency-Format

Locale code to display monetary values in the formats recognized internationally and/or locally.

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

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

sudo dnf -y install perl-Locale-Currency-Format

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

sudo yum -y install perl-Locale-Currency-Format

How To Uninstall perl-Locale-Currency-Format on Fedora 36

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

sudo dnf remove perl-Locale-Currency-Format

perl-Locale-Currency-Format Package Contents on Fedora 36

/usr/share/doc/perl-Locale-Currency-Format
/usr/share/doc/perl-Locale-Currency-Format/README
/usr/share/man/man3/Locale::Currency::Format.3pm.gz
/usr/share/perl5/vendor_perl/Locale
/usr/share/perl5/vendor_perl/Locale/Currency
/usr/share/perl5/vendor_perl/Locale/Currency/Format.pm

References

Summary

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