How to Install libsql-translator-perl in Ubuntu 18.04



Install libsql-translator-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libsql-translator-perl

Description:

SQL translation library

SQL::Translator (also known as SQL Fairy) is a collection of Perl modules for manipulating structured data definitions (mostly database schemas). It can perform tasks like converting between different SQL data definition language (DDL) dialects, visualizations of schemas (pseudo-ER diagrams created with GD or GraphViz), converting non-RDBMS files to SQL schemas (xSV text files, Excel spreadsheets), serializing parsed schemas (via Storable, YAML and XML), creating documentation, and more.

Homepage: http://sqlfairy.sourceforge.net/

Version: 0.11024-1

Section: universe/perl