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

Last updated: October 05,2024

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

Please follow the step by step instructions below to install perl-SQL-SplitStatement.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-SQL-SplitStatement.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:21:00 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-SQL-SplitStatement
Version : 1.00020
Release : 19.fc34
Architecture : noarch
Size : 45 k
Source : perl-SQL-SplitStatement-1.00020-19.fc34.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.