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

Last updated: October 06,2024

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

This guide covers the steps necessary to install perl-String-Formatter.noarch on Fedora 36

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

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

This tutorial shows how to uninstall perl-String-Formatter.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:47:51 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-String-Formatter
Version : 1.234
Release : 2.fc36
Architecture : noarch
Size : 35 k
Source : perl-String-Formatter-1.234-2.fc36.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.