How to Install and Uninstall perl-SQL-Shell.noarch Package on Fedora 36

Last updated: September 29,2024

1. Install "perl-SQL-Shell.noarch" package

Please follow the steps below to install perl-SQL-Shell.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-SQL-Shell.noarch

2. Uninstall "perl-SQL-Shell.noarch" package

This guide covers the steps necessary to uninstall perl-SQL-Shell.noarch on Fedora 36:

$ sudo dnf remove perl-SQL-Shell.noarch $ sudo dnf autoremove

3. Information about the perl-SQL-Shell.noarch package on Fedora 36

Last metadata expiration check: 3:26:07 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-SQL-Shell
Version : 1.17
Release : 10.fc36
Architecture : noarch
Size : 50 k
Source : perl-SQL-Shell-1.17-10.fc36.src.rpm
Repository : fedora
Summary : Command interpreter for DBI shells
URL : https://metacpan.org/release/SQL-Shell
License : GPLv2+
Description : SQL::Shell is a command-interpreter API for building shells and batch
: scripts. A command-line interface with readline support is included
: as part of the CPAN distribution. See SQL::Shell::Manual for a user
: guide. SQL::Shell offers features similar to the mysql or sql*plus
: client programs but is database independent.
:
: This package provides the backend SQL::Shell libraries. For the
: command-line interpreter (sqlsh), please also install the sqlsh package.