How to Install and Uninstall perl-Text-Tabs+Wrap.noarch Package on Oracle Linux 9

Last updated: July 05,2024

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

This tutorial shows how to install perl-Text-Tabs+Wrap.noarch on Oracle Linux 9

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

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

Please follow the steps below to uninstall perl-Text-Tabs+Wrap.noarch on Oracle Linux 9:

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

3. Information about the perl-Text-Tabs+Wrap.noarch package on Oracle Linux 9

Last metadata expiration check: 0:43:58 ago on Thu Feb 15 07:50:05 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 : ol9_appstream
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.