How to Install and Uninstall perl-Text-Table.noarch Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "perl-Text-Table.noarch" package

Please follow the instructions below to install perl-Text-Table.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Text-Table.noarch

2. Uninstall "perl-Text-Table.noarch" package

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

$ sudo dnf remove perl-Text-Table.noarch $ sudo dnf autoremove

3. Information about the perl-Text-Table.noarch package on Rocky Linux 8

Last metadata expiration check: 1:13:27 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Text-Table
Version : 1.133
Release : 7.el8
Architecture : noarch
Size : 40 k
Source : perl-Text-Table-1.133-7.el8.src.rpm
Repository : epel
Summary : Organize Data in Tables
URL : https://metacpan.org/release/Text-Table
License : ISC
Description : Organization of data in table form is a time-honored and useful method of
: data representation. While columns of data are trivially generated by
: computer through formatted output, even simple tasks like keeping titles
: aligned with the data columns are not trivial, and the one-shot solutions
: one comes up with tend to be particularly hard to maintain. Text::Table
: allows you to create and maintain tables that adapt to alignment
: requirements as you use them.