How To Install perl-DBIx-SearchBuilder on Fedora 36

In this tutorial we learn how to install perl-DBIx-SearchBuilder in Fedora 36. perl-DBIx-SearchBuilder is Encapsulate SQL queries and rows in simple perl objects

Introduction

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

What is perl-DBIx-SearchBuilder

This module provides an object-oriented mechanism for retrieving and updating data in a DBI-accessible database.

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

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

sudo dnf -y install perl-DBIx-SearchBuilder

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

sudo yum -y install perl-DBIx-SearchBuilder

How To Uninstall perl-DBIx-SearchBuilder on Fedora 36

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

sudo dnf remove perl-DBIx-SearchBuilder

perl-DBIx-SearchBuilder Package Contents on Fedora 36

/usr/share/doc/perl-DBIx-SearchBuilder
/usr/share/doc/perl-DBIx-SearchBuilder/Changes
/usr/share/doc/perl-DBIx-SearchBuilder/README
/usr/share/doc/perl-DBIx-SearchBuilder/ROADMAP
/usr/share/man/man3/DBIx::SearchBuilder.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::Handle.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::Handle::Informix.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::Handle::ODBC.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::Handle::Pg.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::Handle::SQLite.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::Handle::Sybase.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::Handle::mysql.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::Handle::mysqlPP.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::Record.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::Record::Cachable.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::SchemaGenerator.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::Union.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::Unique.3pm.gz
/usr/share/man/man3/DBIx::SearchBuilder::Util.3pm.gz
/usr/share/perl5/vendor_perl/DBIx
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Handle
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Handle.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Handle/Informix.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Handle/ODBC.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Handle/Pg.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Handle/SQLite.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Handle/Sybase.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Handle/mysql.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Handle/mysqlPP.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Record
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Record.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Record/Cachable.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/SchemaGenerator.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Union.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Unique.pm
/usr/share/perl5/vendor_perl/DBIx/SearchBuilder/Util.pm

References

Summary

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