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

Last updated: September 20,2024

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

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

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

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

This is a short guide on how to uninstall perl-Text-Format.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 1:10:55 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Text-Format
Version : 0.61
Release : 6.el8
Architecture : noarch
Size : 36 k
Source : perl-Text-Format-0.61-6.el8.src.rpm
Repository : epel
Summary : Various subroutines to format text
URL : https://metacpan.org/release/Text-Format
License : GPL+ or Artistic
Description : The format routine will format under all circumstances even if the width isn't
: enough to contain the longest words. Text::Wrap will die under these
: circumstances, although I am told this is fixed. If columns is set to a small
: number and words are longer than that and the leading 'whitespace' than there
: will be a single word on each line. This will let you make a simple word list
: which could be indented or right aligned. There is a chance for croaking if you
: try to subvert the module. If you don't pass in text then the internal text is
: worked on, though not modified. Text::Format is meant for more powerful text
: formatting than Text::Wrap allows.