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

Last updated: October 09,2024

1. Install "perl-Text-Tabs+Wrap.noarch" package

Please follow the instructions below to install perl-Text-Tabs+Wrap.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Text-Tabs+Wrap.noarch

2. Uninstall "perl-Text-Tabs+Wrap.noarch" package

Please follow the instructions below to uninstall perl-Text-Tabs+Wrap.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Text-Tabs+Wrap.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:36:56 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : perl-Text-Tabs+Wrap
Version : 2013.0523
Release : 460.el9
Architecture : noarch
Size : 24 k
Source : perl-Text-Tabs+Wrap-2013.0523-460.el9.src.rpm
Repository : @System
From repo : ubi-9-appstream-rpms
Summary : Expand tabs and do simple line wrapping
URL : https://metacpan.org/release/Text-Tabs%2BWrap
License : TTWL
Description : Text::Tabs performs the same job that the UNIX expand(1) and unexpand(1)
: commands do: adding or removing tabs from a document.
:
: Text::Wrap::wrap() will reformat lines into paragraphs. All it does is break
: up long lines, it will not join short lines together.