How to Install and Uninstall perl-Text-Sprintf-Named.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Text-Sprintf-Named.noarch" package

Please follow the guidelines below to install perl-Text-Sprintf-Named.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Text-Sprintf-Named.noarch

2. Uninstall "perl-Text-Sprintf-Named.noarch" package

This guide covers the steps necessary to uninstall perl-Text-Sprintf-Named.noarch on Fedora 34:

$ sudo dnf remove perl-Text-Sprintf-Named.noarch $ sudo dnf autoremove

3. Information about the perl-Text-Sprintf-Named.noarch package on Fedora 34

Last metadata expiration check: 0:45:06 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Text-Sprintf-Named
Version : 0.0405
Release : 2.fc34
Architecture : noarch
Size : 20 k
Source : perl-Text-Sprintf-Named-0.0405-2.fc34.src.rpm
Repository : fedora
Summary : Sprintf-like function with named conversions
URL : https://metacpan.org/release/Text-Sprintf-Named
License : MIT
Description : Text::Sprintf::Named provides a sprintf equivalent with named conversions.
: 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.