How To Install perl-SQL-SplitStatement on Fedora 36

In this tutorial we learn how to install perl-SQL-SplitStatement in Fedora 36. perl-SQL-SplitStatement is Split any SQL code into atomic statements

Introduction

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

What is perl-SQL-SplitStatement

This is a simple module which tries to split any SQL code, even including non-standard extensions (for the details see the “SUPPORTED DBMSs” section of the module documentation), into the atomic statements it is composed of.

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

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

sudo dnf -y install perl-SQL-SplitStatement

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

sudo yum -y install perl-SQL-SplitStatement

How To Uninstall perl-SQL-SplitStatement on Fedora 36

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

sudo dnf remove perl-SQL-SplitStatement

perl-SQL-SplitStatement Package Contents on Fedora 36

/usr/bin/sql-split
/usr/share/doc/perl-SQL-SplitStatement
/usr/share/doc/perl-SQL-SplitStatement/Changes
/usr/share/doc/perl-SQL-SplitStatement/README
/usr/share/licenses/perl-SQL-SplitStatement
/usr/share/licenses/perl-SQL-SplitStatement/LICENSE
/usr/share/man/man1/sql-split.1.gz
/usr/share/man/man3/SQL::SplitStatement.3pm.gz
/usr/share/man/man3/SQL::SplitStatement::Tokenizer.3pm.gz
/usr/share/perl5/vendor_perl/SQL
/usr/share/perl5/vendor_perl/SQL/SplitStatement
/usr/share/perl5/vendor_perl/SQL/SplitStatement.pm
/usr/share/perl5/vendor_perl/SQL/SplitStatement/Tokenizer.pm

References

Summary

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