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

Last updated: January 11,2025

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

This guide covers the steps necessary to install perl-SQL-Shell.noarch on Fedora 39

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

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

This is a short guide on how to uninstall perl-SQL-Shell.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:10:14 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-SQL-Shell
Version : 1.17
Release : 14.fc39
Architecture : noarch
Size : 49 k
Source : perl-SQL-Shell-1.17-14.fc39.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.