How to Install and Uninstall perl-SQL-Statement.noarch Package on Fedora 38

Last updated: March 01,2025

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

Please follow the instructions below to install perl-SQL-Statement.noarch on Fedora 38

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

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

Here is a brief guide to show you how to uninstall perl-SQL-Statement.noarch on Fedora 38:

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

3. Information about the perl-SQL-Statement.noarch package on Fedora 38

Last metadata expiration check: 0:37:17 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-SQL-Statement
Version : 1.414
Release : 10.fc38
Architecture : noarch
Size : 193 k
Source : perl-SQL-Statement-1.414-10.fc38.src.rpm
Repository : fedora
Summary : SQL parsing and processing engine
URL : https://metacpan.org/release/SQL-Statement
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : The SQL::Statement module implements a pure Perl SQL parsing and execution
: engine. While it by no means implements full ANSI standard, it does support
: many features including column and table aliases, built-in and user-defined
: functions, implicit and explicit joins, complexly nested search conditions, and
: other features.