How to Install and Uninstall perl-Text-Format.noarch Package on Fedora 35

Last updated: April 29,2024

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

Please follow the instructions below to install perl-Text-Format.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall perl-Text-Format.noarch on Fedora 35:

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

3. Information about the perl-Text-Format.noarch package on Fedora 35

Last metadata expiration check: 4:00:39 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Text-Format
Version : 0.62
Release : 4.fc35
Architecture : noarch
Size : 33 k
Source : perl-Text-Format-0.62-4.fc35.src.rpm
Repository : fedora
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.