Skip to content

Instantly share code, notes, and snippets.

@btalanski
Last active September 23, 2020 09:48
Show Gist options
  • Save btalanski/acc038553ce22cac84d0a0033b07ac2d to your computer and use it in GitHub Desktop.
Save btalanski/acc038553ce22cac84d0a0033b07ac2d to your computer and use it in GitHub Desktop.
Install MySQL Workbench on Ubuntu 19.04
1 - Add MySQL Source from the file
https://dev.mysql.com/downloads/repo/apt/
2 - Download and install libzip4 from url
https://ubuntu.pkgs.org/18.04/ubuntu-universe-amd64/libzip4_1.1.2-1.1_amd64.deb.html
3 - On a new terminal window run
sudo apt-get update && sudo apt-get upgrade
4 - Install mysql workbench
sudo apt-get install mysql-workbench-community -y
Copy link

ghost commented Nov 17, 2019

thanks 9

@minhdua
Copy link

minhdua commented Jan 2, 2020

thanks 10

@tienpv-ntq
Copy link

thanks 11

@ssuriyayuvan
Copy link

not working 1.

@lucasemanuel
Copy link

Link update:
https://ubuntu.pkgs.org/18.04/ubuntu-universe-amd64/libzip4_1.1.2-1.1_amd64.deb.html

@btalanski
Copy link
Author

Link update:
https://ubuntu.pkgs.org/18.04/ubuntu-universe-amd64/libzip4_1.1.2-1.1_amd64.deb.html
Obrigado @lucasemanuel8! Link atualizado.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment