How To Install perl-SQL-Interp on Fedora 36

In this tutorial we learn how to install perl-SQL-Interp in Fedora 36. perl-SQL-Interp is Interpolate Perl variables into SQL statements

Introduction

In this tutorial we learn how to install perl-SQL-Interp on Fedora 36.

What is perl-SQL-Interp

SQL references into a conventional SQL string and list of bind values suitable for passing onto DBI. This simple technique creates database calls that are simpler to create and easier to read, while still giving you full access to custom SQL.

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

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

sudo dnf -y install perl-SQL-Interp

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

sudo yum -y install perl-SQL-Interp

How To Uninstall perl-SQL-Interp on Fedora 36

To uninstall only the perl-SQL-Interp package we can use the following command:

sudo dnf remove perl-SQL-Interp

perl-SQL-Interp Package Contents on Fedora 36

/usr/share/doc/perl-SQL-Interp
/usr/share/doc/perl-SQL-Interp/Changes
/usr/share/doc/perl-SQL-Interp/README.md
/usr/share/doc/perl-SQL-Interp/ex
/usr/share/doc/perl-SQL-Interp/ex/basic.pl
/usr/share/doc/perl-SQL-Interp/ex/dbi.pl
/usr/share/man/man3/DBIx::Interp.3pm.gz
/usr/share/man/man3/SQL::Interp.3pm.gz
/usr/share/perl5/vendor_perl/DBIx
/usr/share/perl5/vendor_perl/DBIx/Interp.pm
/usr/share/perl5/vendor_perl/SQL
/usr/share/perl5/vendor_perl/SQL/Interp.pm

References

Summary

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