How to Install and Uninstall perl-Text-Format.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 26,2024

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

This is a short guide on how to install perl-Text-Format.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the step by step instructions below to uninstall perl-Text-Format.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Text-Format.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:49:28 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Text-Format
Version : 0.62
Release : 7.el9
Architecture : noarch
Size : 32 k
Source : perl-Text-Format-0.62-7.el9.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.