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

Last updated: September 20,2024

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

Here is a brief guide to show you how to install perl-HTML-Table.noarch on Rocky Linux 8

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

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

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

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

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

Last metadata expiration check: 1:48:04 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-HTML-Table
Version : 2.08a
Release : 32.el8
Architecture : noarch
Size : 40 k
Source : perl-HTML-Table-2.08a-32.el8.src.rpm
Repository : epel
Summary : Create HTML tables using simple interface
URL : https://metacpan.org/release/HTML-Table
License : GPL+ or Artistic
Description : HTML::Table is used to generate HTML tables for CGI scripts. By using the
: methods provided fairly complex tables can be created, manipulated, then
: printed from Perl scripts. The module also greatly simplifies creating
: tables within tables from Perl. It is possible to create an entire table
: using the methods provided and never use an HTML tag.
:
: HTML::Table also allows for creating dynamically sized tables via its addRow
: and addCol methods. These methods automatically resize the table if passed
: more cell values than will fit in the current table grid.
:
: Methods are provided for nearly all valid table, row, and cell tags specified
: for HTML 3.0.