How To Install perl-String-Print on Fedora 36

In this tutorial we learn how to install perl-String-Print in Fedora 36. perl-String-Print is Alternative for Perl printf

Introduction

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

What is perl-String-Print

This module inserts values into (translated) strings. It provides printf and sprintf alternatives via both an object oriented and a functional interface. It supports translation, user-defined non-string value serialization, user-defined modifiers, and correct Unicode string padding.

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

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

sudo dnf -y install perl-String-Print

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

sudo yum -y install perl-String-Print

How To Uninstall perl-String-Print on Fedora 36

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

sudo dnf remove perl-String-Print

perl-String-Print Package Contents on Fedora 36

/usr/share/doc/perl-String-Print
/usr/share/doc/perl-String-Print/ChangeLog
/usr/share/doc/perl-String-Print/README
/usr/share/doc/perl-String-Print/README.md
/usr/share/man/man3/String::Print.3pm.gz
/usr/share/perl5/vendor_perl/String
/usr/share/perl5/vendor_perl/String/Print.pm
/usr/share/perl5/vendor_perl/String/Print.pod

References

Summary

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