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

Last updated: November 27,2024

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

This guide let you learn how to install perl-String-Formatter.noarch on Fedora 38

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

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

In this section, we are going to explain the necessary steps to uninstall perl-String-Formatter.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:26:11 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-String-Formatter
Version : 1.235
Release : 2.fc38
Architecture : noarch
Size : 34 k
Source : perl-String-Formatter-1.235-2.fc38.src.rpm
Repository : fedora
Summary : Build sprintf-like functions of your own
URL : https://metacpan.org/release/String-Formatter
License : GPL-2.0-only
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.