How to Install and Uninstall perl-String-Formatter.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "perl-String-Formatter.noarch" package

This tutorial shows how to install perl-String-Formatter.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-String-Formatter.noarch

2. Uninstall "perl-String-Formatter.noarch" package

Please follow the guidance below to uninstall perl-String-Formatter.noarch on Fedora 34:

$ sudo dnf remove perl-String-Formatter.noarch $ sudo dnf autoremove

3. Information about the perl-String-Formatter.noarch package on Fedora 34

Last metadata expiration check: 4:31:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-String-Formatter
Version : 0.102084
Release : 18.fc34
Architecture : noarch
Size : 33 k
Source : perl-String-Formatter-0.102084-18.fc34.src.rpm
Repository : fedora
Summary : Build sprintf-like functions of your own
URL : https://metacpan.org/release/String-Formatter
License : GPLv2
Description : String::Formatter is a tool for building sprintf-like formatting routines.
: 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::Formatter.