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

Last updated: June 02,2024

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

Learn how to install perl-Text-Sprintf-Named.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall perl-Text-Sprintf-Named.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:16:14 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Text-Sprintf-Named
Version : 0.0405
Release : 4.fc35
Architecture : noarch
Size : 20 k
Source : perl-Text-Sprintf-Named-0.0405-4.fc35.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.