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

Last updated: October 05,2024

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

This guide covers the steps necessary to install perl-Text-Tabs+Wrap.src on Oracle Linux 8

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

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

Please follow the guidelines below to uninstall perl-Text-Tabs+Wrap.src on Oracle Linux 8:

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

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

Last metadata expiration check: 5:04:13 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Text-Tabs+Wrap
Version : 2013.0523
Release : 396.module+el8.6.0+20545+312b6629
Architecture : src
Size : 30 k
Source : None
Repository : ol8_appstream
Summary : Expand tabs and do simple line wrapping
URL : http://search.cpan.org/dist/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.