Install tedia2sql on Ubuntu: sudo apt-get install tedia2sql
Learn how to install tedia2sql with the command sudo apt-get install tedia2sql on Ubuntus.
Quick installation of tedia2sql:
Step 1: Update system:
sudo apt-get update
Step 2: Install: tedia2sql
Ater updaing the OS run following command to install the packae:
sudo apt-get install tedia2sql
Package Details | |
Package: | tedia2sql |
Version: | 1.2.12-3 |
Maintainer: | Ubuntu MOTU Developers |
Home page: | http://tedia2sql.tigris.org/ |
Description: | Converts a Dia diagram to various SQL dialects tedia2sql reads a Dia diagram file (in plain or gzipped format) and writes to a file containing SQL commands responsible for creating Tables, Views, Indexes and Constraints. It's capable of writing SQL for the following database engines: * MySQL (MyISAM) * MySQL (InnoDB) * MS-SQL * Sybase * Postgres * Oracle * DB/2 * Informix * Ingress * SAS Homepage: http://tedia2sql.tigris.org/ |
Distro: | Ubuntu 12.04 LTS |
Release: | |
Repo/Section: | universe/graphics |
How to install tedia2sql on Ubuntu 12.04 LTS?
First of all update your system with the command:
sudo apt-get update
Above command will download the package lists for Ubuntu 12.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.
After downloading the latest package list with the help of above you can run the installation process.
If tedia2sql is not installed on your compter then the command 'dpkg -L tedia2sql' will give followin error.
deepak@deepak-VirtualBox:~$ dpkg -L tedia2sql Package `tedia2sql' is not installed. Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. deepak@deepak-VirtualBox:~$
Installing tedia2sql:
After system update use the following command to install tedia2sql:
sudo apt-get install tedia2sql
Above command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.
How to uninstall/remove tedia2sql from Ubuntu 12.04 LTS?
Now we will see the commands for uninstalling the tedia2sql from Ubuntu 12.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the tedia2sql following command is used:
sudo apt-get remove tedia2sql
Following command is used to remove the tedia2sql package along with its dependencies:
sudo apt-get remove --auto-remove tedia2sql
This will remove tedia2sql and all its dependent packages which is no longer needed in the system.
Completely removing tedia2sql with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge tedia2sql
or you can use following command also:
sudo apt-get purge --auto-remove tedia2sql
Above command will remove all the configuration files and data associated with tedia2sql package. You can can't recover the delete data, so, use this command with care.