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 you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser)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