Results 1 to 4 of 4

Thread: How to install mysql workbench on kali linux?

  1. #1
    Join Date
    2020-Jan
    Posts
    2

    How to install mysql workbench on kali linux?

    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?

  2. #2
    Try:

    apt-cache search libatkmm

    Then install the found version.

  3. #3
    Quote Originally Posted by putte View Post
    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

  4. #4
    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

Similar Threads

  1. Masscan UI // Webpage ~ php5 php5-mysql mysql-server
    By Ceruleancerise in forum General Archive
    Replies: 2
    Last Post: 2017-07-02, 13:16
  2. What is the purpose of apache2 and mysql in Kali Linux?
    By decadence in forum General Archive
    Replies: 2
    Last Post: 2014-08-25, 15:22
  3. How to install mysql-workbench?
    By DrNatas in forum General Archive
    Replies: 0
    Last Post: 2014-02-20, 06:10

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •