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

Last updated: July 03,2024

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

This is a short guide on how to install perl-SQL-SplitStatement.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-SQL-SplitStatement.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:39:49 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-SQL-SplitStatement
Version : 1.00023
Release : 2.fc35
Architecture : noarch
Size : 48 k
Source : perl-SQL-SplitStatement-1.00023-2.fc35.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.