How to Install and Uninstall perl-SQL-Translator.noarch Package on Rocky Linux 9

Last updated: May 19,2024

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

This tutorial shows how to install perl-SQL-Translator.noarch on Rocky Linux 9

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

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

Here is a brief guide to show you how to uninstall perl-SQL-Translator.noarch on Rocky Linux 9:

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

3. Information about the perl-SQL-Translator.noarch package on Rocky Linux 9

Last metadata expiration check: 0:53:20 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-SQL-Translator
Version : 1.62
Release : 8.el9
Architecture : noarch
Size : 394 k
Source : perl-SQL-Translator-1.62-8.el9.src.rpm
Repository : epel
Summary : Manipulate structured data definitions (SQL and more)
URL : https://metacpan.org/release/SQL-Translator
License : GPL+ or Artistic
Description : SQL::Translator is a group of Perl modules that converts vendor-specific
: SQL table definitions into other formats, such as other vendor-specific
: SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI
: classes. The main focus of SQL::Translator is SQL, but parsers exist
: for other structured data formats, including Excel spreadsheets and
: arbitrarily delimited text files. Through the separation of the code into
: parsers and producers with an object model in between, it’s possible to
: combine any parser with any producer, to plug in custom parsers or
: producers, or to manipulate the parsed data via the built-in object model.
: Presently only the definition parts of SQL are handled (CREATE, ALTER),
: not the manipulation of data (INSERT, UPDATE, DELETE).