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

Last updated: September 29,2024

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

This is a short guide on how to install perl-Text-Format.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Text-Format.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:36:45 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Text-Format
Version : 0.62
Release : 2.fc34
Architecture : noarch
Size : 33 k
Source : perl-Text-Format-0.62-2.fc34.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.