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

Last updated: April 29,2024

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

Here is a brief guide to show you how to install perl-Text-Tabs+Wrap.src on Oracle Linux 9

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

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

Here is a brief guide to show you how to uninstall perl-Text-Tabs+Wrap.src on Oracle Linux 9:

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

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

Last metadata expiration check: 3:05:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Text-Tabs+Wrap
Version : 2013.0523
Release : 460.el9
Architecture : src
Size : 29 k
Source : None
Repository : 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.