How to Install and Uninstall perl-SQL-Abstract-Classic.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "perl-SQL-Abstract-Classic.noarch" package

This guide covers the steps necessary to install perl-SQL-Abstract-Classic.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-SQL-Abstract-Classic.noarch

2. Uninstall "perl-SQL-Abstract-Classic.noarch" package

This is a short guide on how to uninstall perl-SQL-Abstract-Classic.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-SQL-Abstract-Classic.noarch $ sudo dnf autoremove

3. Information about the perl-SQL-Abstract-Classic.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:30:02 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-SQL-Abstract-Classic
Version : 1.91
Release : 9.el9
Architecture : noarch
Size : 59 k
Source : perl-SQL-Abstract-Classic-1.91-9.el9.src.rpm
Repository : epel
Summary : Generate SQL from Perl data structures
URL : https://metacpan.org/release/SQL-Abstract-Classic/
License : GPL+ or Artistic
Description : This module was inspired by the excellent DBIx::Abstract. However, in using
: that module I found that what I really wanted to do was generate SQL, but
: still retain complete control over my statement handles and use the DBI
: interface. So, I set out to create an abstract SQL generation module.