Last active
September 23, 2020 09:48
-
-
Save btalanski/acc038553ce22cac84d0a0033b07ac2d to your computer and use it in GitHub Desktop.
Install MySQL Workbench on Ubuntu 19.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
thanks 2
thanks 3
thanks 4
Thanks 5
thanks 6
thanks 7
Thanks 8!!!
thanks 9
thanks 10
thanks 11
not working 1.
Link update:
https://ubuntu.pkgs.org/18.04/ubuntu-universe-amd64/libzip4_1.1.2-1.1_amd64.deb.html
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
thanks