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

Last updated: September 19,2024

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

Here is a brief guide to show you how to install perl-Text-Tabs+Wrap.noarch on Rocky Linux 8

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

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

Please follow the guidance below to uninstall perl-Text-Tabs+Wrap.noarch on Rocky Linux 8:

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

3. Information about the perl-Text-Tabs+Wrap.noarch package on Rocky Linux 8

Last metadata expiration check: 0:36:32 ago on Mon Sep 12 10:27:18 2022.
Installed Packages
Name : perl-Text-Tabs+Wrap
Version : 2013.0523
Release : 395.el8
Architecture : noarch
Size : 24 k
Source : perl-Text-Tabs+Wrap-2013.0523-395.el8.src.rpm
Repository : @System
From repo : baseos
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.