How to Install and Uninstall perl-SQL-Translator.noarch Package on CentOS Stream 8
Last updated: November 02,2024
1. Install "perl-SQL-Translator.noarch" package
In this section, we are going to explain the necessary steps to install perl-SQL-Translator.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-SQL-Translator.noarch
Copied
2. Uninstall "perl-SQL-Translator.noarch" package
This is a short guide on how to uninstall perl-SQL-Translator.noarch on CentOS Stream 8:
$
sudo dnf remove
perl-SQL-Translator.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-SQL-Translator.noarch package on CentOS Stream 8
Last metadata expiration check: 0:20:13 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-SQL-Translator
Version : 1.61
Release : 3.el8
Architecture : noarch
Size : 440 k
Source : perl-SQL-Translator-1.61-3.el8.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).
Available Packages
Name : perl-SQL-Translator
Version : 1.61
Release : 3.el8
Architecture : noarch
Size : 440 k
Source : perl-SQL-Translator-1.61-3.el8.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).