How to Install and Uninstall perl-String-Format.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

Please follow the steps below to install perl-String-Format.noarch on Rocky Linux 8

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

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

Learn how to uninstall perl-String-Format.noarch on Rocky Linux 8:

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

3. Information about the perl-String-Format.noarch package on Rocky Linux 8

Last metadata expiration check: 2:24:51 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-String-Format
Version : 1.18
Release : 1.el8
Architecture : noarch
Size : 25 k
Source : perl-String-Format-1.18-1.el8.src.rpm
Repository : epel
Summary : Sprintf-like string formatting capabilities with arbitrary format definitions
URL : https://metacpan.org/release/String-Format
License : GPLv2
Description : String::Format lets you define arbitrary printf-like format sequences
: to be expanded. This module would be most useful in configuration
: files and reporting tools, where the results of a query need to be
: formatted in a particular way.