Install mysql-workbench
Installing mysql-workbench 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
mysql-workbench package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mysql-workbench |
version | 6.3.4+dfsg-3+b2 |
description | MySQL Workbench – a visual database modeling, administration and queuing tool |
subsection | database |
website | dev.mysql.com / workbench / |
maintainer | Dmitry Smirnov |
Uninstall mysql-workbench
To remove just mysql-workbench package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mysql-workbench
Uninstall mysql-workbench and it’s dependent packages
To remove the mysql-workbench package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mysql-workbench
Purging mysql-workbench
If you also want to delete configuration and/or data files of mysql-workbench from Debian Sid then this will work:
sudo apt-get purge mysql-workbench
To delete configuration and/or data files of mysql-workbench and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mysql-workbench