How to Install and Uninstall perl-DBIx-XHTML_Table.noarch Package on Oracle Linux 9

Last updated: April 30,2024

1. Install "perl-DBIx-XHTML_Table.noarch" package

Please follow the instructions below to install perl-DBIx-XHTML_Table.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-DBIx-XHTML_Table.noarch

2. Uninstall "perl-DBIx-XHTML_Table.noarch" package

This tutorial shows how to uninstall perl-DBIx-XHTML_Table.noarch on Oracle Linux 9:

$ sudo dnf remove perl-DBIx-XHTML_Table.noarch $ sudo dnf autoremove

3. Information about the perl-DBIx-XHTML_Table.noarch package on Oracle Linux 9

Last metadata expiration check: 2:52:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-DBIx-XHTML_Table
Version : 1.49
Release : 19.el9
Architecture : noarch
Size : 38 k
Source : perl-DBIx-XHTML_Table-1.49-19.el9.src.rpm
Repository : epel
Summary : SQL query result set to XHTML table
URL : https://metacpan.org/release/DBIx-XHTML_Table
License : Artistic 2.0
Description : DBIx::XHTML_Table is a DBI extension that creates an XHTML table from a
: database query result set. It was created to fill the gap between fetching
: rows from a database and transforming them into a web browser renderable
: table. DBIx::XHTML_Table is intended for programmers who want the
: responsibility of presenting (decorating) data, easily. This module is
: meant to be used in situations where the concern for presentation and logic
: separation is overkill. Providing logic or editable data is beyond the
: scope of this module, but it is capable of doing such.