How To Install perl-DBIx-XHTML_Table on Fedora 36

In this tutorial we learn how to install perl-DBIx-XHTML_Table in Fedora 36. perl-DBIx-XHTML_Table is SQL query result set to XHTML table

Introduction

In this tutorial we learn how to install perl-DBIx-XHTML_Table on Fedora 36.

What is perl-DBIx-XHTML_Table

DBIx 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 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.

We can use yum or dnf to install perl-DBIx-XHTML_Table on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-DBIx-XHTML_Table.

Install perl-DBIx-XHTML_Table on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-DBIx-XHTML_Table using dnf by running the following command:

sudo dnf -y install perl-DBIx-XHTML_Table

Install perl-DBIx-XHTML_Table on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-DBIx-XHTML_Table using yum by running the following command:

sudo yum -y install perl-DBIx-XHTML_Table

How To Uninstall perl-DBIx-XHTML_Table on Fedora 36

To uninstall only the perl-DBIx-XHTML_Table package we can use the following command:

sudo dnf remove perl-DBIx-XHTML_Table

perl-DBIx-XHTML_Table Package Contents on Fedora 36

/usr/share/doc/perl-DBIx-XHTML_Table
/usr/share/doc/perl-DBIx-XHTML_Table/Changes
/usr/share/doc/perl-DBIx-XHTML_Table/readme.md
/usr/share/man/man3/DBIx::XHTML_Table.3pm.gz
/usr/share/perl5/vendor_perl/DBIx
/usr/share/perl5/vendor_perl/DBIx/XHTML_Table.pm

References

Summary

In this tutorial we learn how to install perl-DBIx-XHTML_Table on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).