How to Install and Uninstall perl-Text-Format.noarch Package on Oracle Linux 9
Last updated: November 14,2024
1. Install "perl-Text-Format.noarch" package
Learn how to install perl-Text-Format.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Text-Format.noarch
Copied
2. Uninstall "perl-Text-Format.noarch" package
This guide covers the steps necessary to uninstall perl-Text-Format.noarch on Oracle Linux 9:
$
sudo dnf remove
perl-Text-Format.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Text-Format.noarch package on Oracle Linux 9
Last metadata expiration check: 0:34:33 ago on Thu Feb 15 07:50:05 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.
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.