How to Install and Uninstall perl-SQL-SplitStatement.noarch Package on Fedora 39

Last updated: January 15,2025

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

Learn how to install perl-SQL-SplitStatement.noarch on Fedora 39

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

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

Please follow the guidance below to uninstall perl-SQL-SplitStatement.noarch on Fedora 39:

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

3. Information about the perl-SQL-SplitStatement.noarch package on Fedora 39

Last metadata expiration check: 2:22:30 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-SQL-SplitStatement
Version : 1.00023
Release : 7.fc39
Architecture : noarch
Size : 47 k
Source : perl-SQL-SplitStatement-1.00023-7.fc39.src.rpm
Repository : fedora
Summary : Split any SQL code into atomic statements
URL : https://metacpan.org/release/SQL-SplitStatement
License : GPL+ or Artistic
Description : This is a simple module which tries to split any SQL code, even including
: non-standard extensions (for the details see the "SUPPORTED DBMSs" section
: of the module documentation), into the atomic statements it is composed of.