1

I got following error when trying to install MySQL workbench

enter image description here

Nisal Edu
  • 121

1 Answers1

1

They are on universe repository.

sudo apt-add-repository universe
sudo apt update
sudo apt install mysql-workbench

Worked on my 18.04 box.

Kulfy
  • 17,696
Liso
  • 15,377
  • 3
  • 51
  • 80