How To Install perl-SQL-Shell on Fedora 36

In this tutorial we learn how to install perl-SQL-Shell in Fedora 36. perl-SQL-Shell is Command interpreter for DBI shells

Introduction

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

What is perl-SQL-Shell

SQL scripts. A command-line interface with readline support is included as part of the CPAN distribution. See SQL guide. SQL client programs but is database independent. This package provides the backend SQL command-line interpreter (sqlsh), please also install the sqlsh package.

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

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

sudo dnf -y install perl-SQL-Shell

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

sudo yum -y install perl-SQL-Shell

How To Uninstall perl-SQL-Shell on Fedora 36

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

sudo dnf remove perl-SQL-Shell

perl-SQL-Shell Package Contents on Fedora 36

/usr/share/doc/perl-SQL-Shell
/usr/share/doc/perl-SQL-Shell/Changes
/usr/share/doc/perl-SQL-Shell/README
/usr/share/licenses/perl-SQL-Shell
/usr/share/licenses/perl-SQL-Shell/COPYING
/usr/share/man/man3/SQL::Shell.3pm.gz
/usr/share/man/man3/SQL::Shell::Manual.3pm.gz
/usr/share/perl5/vendor_perl/SQL
/usr/share/perl5/vendor_perl/SQL/Shell
/usr/share/perl5/vendor_perl/SQL/Shell.pm
/usr/share/perl5/vendor_perl/SQL/Shell/Manual.pm

References

Summary

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