Setting Up
-
3. Installing MySQL Workbench
Then to Set up MySQL Workbench on MX Linux
First, Access the Target, usually in the Downloads folder:
(But if downloaded with Firefox it can be instead into /tmp/mozilla*)cd && cd Downloads
To Check that there is run:
ls . | mysql-workbench
Now Setup gdebi Package Installer with:
sudo apt install gdebi gdebi-core
And then to Setup MySQL Workbench:
sudo gdebi mysql-workbench*amd64.deb
Finally, in case of Issue to Fix it run:
sudo apt --fix-broken install
Contents