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

Last updated: July 03,2024

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

This tutorial shows how to install perl-SQL-Shell.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall perl-SQL-Shell.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:25:38 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-SQL-Shell
Version : 1.17
Release : 7.fc34
Architecture : noarch
Size : 50 k
Source : perl-SQL-Shell-1.17-7.fc34.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.