How to Install and Uninstall perl-DBIx-XHTML_Table.noarch Package on Fedora 35

Last updated: May 02,2024

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

This is a short guide on how to install perl-DBIx-XHTML_Table.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall perl-DBIx-XHTML_Table.noarch on Fedora 35:

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

3. Information about the perl-DBIx-XHTML_Table.noarch package on Fedora 35

Last metadata expiration check: 1:29:18 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-DBIx-XHTML_Table
Version : 1.49
Release : 17.fc35
Architecture : noarch
Size : 38 k
Source : perl-DBIx-XHTML_Table-1.49-17.fc35.src.rpm
Repository : fedora
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.