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

Last updated: October 05,2024

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

This is a short guide on how to install perl-SQL-Interp.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 5:08:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-SQL-Interp
Version : 1.27
Release : 2.fc34
Architecture : noarch
Size : 43 k
Source : perl-SQL-Interp-1.27-2.fc34.src.rpm
Repository : fedora
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.