How to Install and Uninstall perl-SQL-Statement.noarch Package on Oracle Linux 8

Last updated: July 02,2024

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

This guide let you learn how to install perl-SQL-Statement.noarch on Oracle Linux 8

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

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

This guide covers the steps necessary to uninstall perl-SQL-Statement.noarch on Oracle Linux 8:

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

3. Information about the perl-SQL-Statement.noarch package on Oracle Linux 8

Last metadata expiration check: 4:40:17 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-SQL-Statement
Version : 1.412
Release : 13.el8
Architecture : noarch
Size : 202 k
Source : perl-SQL-Statement-1.412-13.el8.src.rpm
Repository : epel
Summary : SQL parsing and processing engine
URL : https://metacpan.org/release/SQL-Statement
License : GPL+ or Artistic
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.