How To Install perl-String-Formatter on Fedora 36

In this tutorial we learn how to install perl-String-Formatter in Fedora 36. perl-String-Formatter is Build sprintf-like functions of your own

Introduction

In this tutorial we learn how to install perl-String-Formatter on Fedora 36.

What is perl-String-Formatter

String It supports named or positional formatting, custom conversions, fixed string interpolation, and simple width-matching out of the box. It is easy to alter its behavior to write new kinds of format string expanders. For most cases, it should be easy to build all sorts of formatters out of the options built into String

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

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

sudo dnf -y install perl-String-Formatter

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

sudo yum -y install perl-String-Formatter

How To Uninstall perl-String-Formatter on Fedora 36

To uninstall only the perl-String-Formatter package we can use the following command:

sudo dnf remove perl-String-Formatter

perl-String-Formatter Package Contents on Fedora 36

/usr/share/doc/perl-String-Formatter
/usr/share/doc/perl-String-Formatter/Changes
/usr/share/doc/perl-String-Formatter/README
/usr/share/doc/perl-String-Formatter/bench.pl
/usr/share/licenses/perl-String-Formatter
/usr/share/licenses/perl-String-Formatter/LICENSE
/usr/share/man/man3/String::Formatter.3pm.gz
/usr/share/man/man3/String::Formatter::Cookbook.3pm.gz
/usr/share/perl5/vendor_perl/String
/usr/share/perl5/vendor_perl/String/Formatter
/usr/share/perl5/vendor_perl/String/Formatter.pm
/usr/share/perl5/vendor_perl/String/Formatter/Cookbook.pm

References

Summary

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