Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install mysql-workbench-data on Debian Unstable (Sid)


Install mysql-workbench-data

Installing mysql-workbench-data package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install mysql-workbench-data

mysql-workbench-data package information

distro Debian Unstable (Sid)
section Main
name mysql-workbench-data
version 6.3.4+dfsg-3
description MySQL Workbench — architecture independent data
subsection database
website dev.mysql.com / workbench / 
maintainer Dmitry Smirnov

Uninstall mysql-workbench-data

To remove just mysql-workbench-data package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove mysql-workbench-data

Uninstall mysql-workbench-data and it’s dependent packages

To remove the mysql-workbench-data package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove mysql-workbench-data

Purging mysql-workbench-data

If you also want to delete configuration and/or data files of mysql-workbench-data from Debian Sid then this will work:

sudo apt-get purge mysql-workbench-data

To delete configuration and/or data files of mysql-workbench-data and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove mysql-workbench-data

 

Comments

comments