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

Last updated: October 06,2024

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

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

$ 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 Fedora 34:

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

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

Last metadata expiration check: 2:10:17 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-DBIx-XHTML_Table
Version : 1.49
Release : 14.fc34
Architecture : noarch
Size : 39 k
Source : perl-DBIx-XHTML_Table-1.49-14.fc34.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.