How to Install and Uninstall perl-SQL-Translator Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "perl-SQL-Translator" package

Please follow the guidelines below to install perl-SQL-Translator on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-SQL-Translator

2. Uninstall "perl-SQL-Translator" package

This tutorial shows how to uninstall perl-SQL-Translator on openSuSE Tumbleweed:

$ sudo zypper remove perl-SQL-Translator

3. Information about the perl-SQL-Translator package on openSuSE Tumbleweed

Information for package perl-SQL-Translator:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-SQL-Translator
Version : 1.650.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 2.5 MiB
Installed : No
Status : not installed
Source package : perl-SQL-Translator-1.650.0-2.1.src
Upstream URL : https://metacpan.org/release/SQL-Translator
Summary : SQL DDL transformations and more
Description :
This documentation covers the API for SQL::Translator. For a more general
discussion of how to use the modules and scripts, please see
SQL::Translator::Manual.
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).