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

Last updated: October 06,2024

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

Please follow the steps below to install perl-Text-Autoformat.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This tutorial shows how to uninstall perl-Text-Autoformat.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:41:34 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Text-Autoformat
Version : 1.750000
Release : 8.el9
Architecture : noarch
Size : 45 k
Source : perl-Text-Autoformat-1.750000-8.el9.src.rpm
Repository : epel
Summary : Automatic text wrapping and reformatting
URL : https://metacpan.org/release/Text-Autoformat
License : GPL+ or Artistic
Description : Text::Autoformat provides intelligent formatting of plain text without the
: need for any kind of embedded mark-up. The module recognizes Internet
: quoting conventions, a wide range of bulleting and number schemes, centered
: text, and block quotations, and reformats each appropriately. Other options
: allow the user to adjust inter-word and inter-paragraph spacing, justify
: text, and impose various capitalization schemes.
:
: The module also supplies a re-entrant, highly configurable replacement for
: the built-in Perl format() mechanism.