How To Install perl-DBICx-AutoDoc on Fedora 36

In this tutorial we learn how to install perl-DBICx-AutoDoc in Fedora 36. perl-DBICx-AutoDoc is Generate automatic documentation of DBIx

Introduction

In this tutorial we learn how to install perl-DBICx-AutoDoc on Fedora 36.

What is perl-DBICx-AutoDoc

DBICx for your DBIx several sources and arranging it into a format that makes it easier to deal with from templates.

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

Install perl-DBICx-AutoDoc 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-DBICx-AutoDoc using dnf by running the following command:

sudo dnf -y install perl-DBICx-AutoDoc

Install perl-DBICx-AutoDoc 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-DBICx-AutoDoc using yum by running the following command:

sudo yum -y install perl-DBICx-AutoDoc

How To Uninstall perl-DBICx-AutoDoc on Fedora 36

To uninstall only the perl-DBICx-AutoDoc package we can use the following command:

sudo dnf remove perl-DBICx-AutoDoc

perl-DBICx-AutoDoc Package Contents on Fedora 36

/usr/bin/dbicx-autodoc
/usr/share/doc/perl-DBICx-AutoDoc
/usr/share/doc/perl-DBICx-AutoDoc/Changes
/usr/share/doc/perl-DBICx-AutoDoc/README
/usr/share/man/man1/dbicx-autodoc.1.gz
/usr/share/man/man3/DBICx::AutoDoc.3pm.gz
/usr/share/man/man3/DBICx::AutoDoc::Magic.3pm.gz
/usr/share/perl5/vendor_perl/DBICx
/usr/share/perl5/vendor_perl/DBICx/AutoDoc
/usr/share/perl5/vendor_perl/DBICx/AutoDoc.pm
/usr/share/perl5/vendor_perl/DBICx/AutoDoc/Magic.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/share
/usr/share/perl5/vendor_perl/auto/share/dist
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/AUTODOC-dump.txt
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/AUTODOC-graph.dot
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/AUTODOC-graph.html
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/AUTODOC-graph.png
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/AUTODOC-inheritance.dot
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/AUTODOC-inheritance.html
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/AUTODOC-inheritance.png
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/AUTODOC.html
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/column_info.tt2
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/column_name.tt2
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/column_type.tt2
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/columns_row.tt2
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/columns_table.tt2
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/html_footer.tt2
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/html_header.tt2
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/html_tabs.tt2
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/relationship_table.tt2
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/stylesheet.css
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/table_comment.tt2
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/tabs.tt2
/usr/share/perl5/vendor_perl/auto/share/dist/DBICx-AutoDoc/unique_constraints_table.tt2

References

Summary

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