How To Install perl-Text-Sprintf-Named on Fedora 36

In this tutorial we learn how to install perl-Text-Sprintf-Named in Fedora 36. perl-Text-Sprintf-Named is Sprintf-like function with named conversions

Introduction

In this tutorial we learn how to install perl-Text-Sprintf-Named on Fedora 36.

What is perl-Text-Sprintf-Named

Text Named conversions are sprintf field specifiers (like “%s” or “%4d”) only they are associated with the key of an associative array of parameters. So for example “%(name)s” will emit the ’name’ parameter as a string, and “%(num)4d” will emit the ’num’ parameter as a variable with a width of 4.

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

Install perl-Text-Sprintf-Named 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-Text-Sprintf-Named using dnf by running the following command:

sudo dnf -y install perl-Text-Sprintf-Named

Install perl-Text-Sprintf-Named 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-Text-Sprintf-Named using yum by running the following command:

sudo yum -y install perl-Text-Sprintf-Named

How To Uninstall perl-Text-Sprintf-Named on Fedora 36

To uninstall only the perl-Text-Sprintf-Named package we can use the following command:

sudo dnf remove perl-Text-Sprintf-Named

perl-Text-Sprintf-Named Package Contents on Fedora 36

/usr/share/doc/perl-Text-Sprintf-Named
/usr/share/doc/perl-Text-Sprintf-Named/Changes
/usr/share/doc/perl-Text-Sprintf-Named/README
/usr/share/doc/perl-Text-Sprintf-Named/TODO
/usr/share/licenses/perl-Text-Sprintf-Named
/usr/share/licenses/perl-Text-Sprintf-Named/LICENSE
/usr/share/man/man3/Text::Sprintf::Named.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/Sprintf
/usr/share/perl5/vendor_perl/Text/Sprintf/Named.pm

References

Summary

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