How to Install and Uninstall perl-SQL-Interp.noarch Package on CentOS Stream 8

Last updated: May 19,2024

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

This guide covers the steps necessary to install perl-SQL-Interp.noarch on CentOS Stream 8

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

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

This is a short guide on how to uninstall perl-SQL-Interp.noarch on CentOS Stream 8:

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

3. Information about the perl-SQL-Interp.noarch package on CentOS Stream 8

Last metadata expiration check: 0:00:56 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-SQL-Interp
Version : 1.27
Release : 1.el8
Architecture : noarch
Size : 44 k
Source : perl-SQL-Interp-1.27-1.el8.src.rpm
Repository : epel
Summary : Interpolate Perl variables into SQL statements
URL : https://metacpan.org/release/SQL-Interp
License : GPL+ or Artistic
Description : SQL::Interp converts a list of intermixed SQL fragments and variable
: references into a conventional SQL string and list of bind values suitable
: for passing onto DBI. This simple technique creates database calls that are
: simpler to create and easier to read, while still giving you full access to
: custom SQL.