PDA

View Full Version : How to install mysql workbench on kali linux?



putte
2020-02-02, 21:22
I have problems installing mysql workbench. I have downloaded the "Ubuntu Linux 19.10 (x86, 64-bit), DEB Package" from https://dev.mysql.com/downloads/workbench/ however I get a dependency issue I can't solve.

root:~/Downloads# sudo gdebi mysql-workbench-community-6.3.6-1ubu1404-amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: libatkmm-1.6-1 (>= 2.22.1)

Any idea how to solve it? Any tutorial how to install mysql workbench for Kali 2019.4?

rollercoaster
2020-02-04, 08:38
Try:

apt-cache search libatkmm

Then install the found version.

AdelLinux80s
2020-03-23, 07:15
Any idea how to solve it? Any tutorial how to install mysql workbench for Kali 2019.4?


I am trying to install it too !

help please :)

AdelLinux80s
2020-03-23, 15:29
I got this message ?

user@kali:~/Downloads$ sudo gdebi mysql-workbench-community_8.0.19-1ubuntu19.10_amd64.deb
[sudo] password for test:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: libmysqlclient21 (>= 8.0.11)




I tried:

apt-cache search libmysqlclient21



No result came out !


Help me please :)