DEV Community

Srinidhi Krishna
Srinidhi Krishna

Posted on

How to install mysql workbench in debian buster?

I tried the following commands :

sudo dpkg -i mysql-apt-config_0.3.5-1debian8_all.deb
sudo apt-get update
sudo apt-get install mysql-workbench-community

but on searching mysql-workbench-community

sudo apt-cache search workbench | grep mysql

returns nothing.

And

sudo apt-get install mysql-workbench-community
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate

Top comments (0)