How can I install MySQL Workbench on Ubuntu 20.04 LTS?

Ajith Raj.D

MySQL Workbench is not supported with Ubuntu 20.04 LTS. Any solution for this?

Kulfy

MySQL has updated their repository for Focal Fossa and removed the repository for Eoan Ermine. To install MySQL Workbench on 20.04, either download the Workbench for 20.04 from MySQL archives or follow the alternate method mentioned below replacing eoan with focal.


Historical answer:

You can download the deb package for Eoan Ermine from MySQL archives and install that using:

sudo apt install ./mysql-workbench-community_8.0.19-1ubuntu19.10_amd64.deb

The dependencies of MySQL Workbench for 19.10 are satisfiable on 20.04. APT will ensure installation of the dependencies as well.

Alternatively, you can use MySQL's repository for 19.10 (Eoan Ermine) to get latest updates as soon as pushed in Eoan's repository or until MySQL starts supporting Focal Fossa. To add that:

  • Create a new file for MySQL repository:

    echo "deb http://repo.mysql.com/apt/ubuntu/ eoan mysql-tools" | sudo tee /etc/apt/sources.list.d/mysql.list
    

    and run

    sudo apt update
    
  • You'll get an error, like

    Err:1 http://repo.mysql.com/apt/ubuntu eoan InRelease                        
      The following signatures couldn't be verified because the public key is not available: NO_PUBKEY <some key value>
    
  • Add this key using

    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <key value>
    
  • Update and install MySQL

    sudo apt update
    sudo apt install mysql-workbench-community
    

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How do I install pillow in Ubuntu 16.04 LTS?

분류에서Dev

How can I access recovery mode, Ubuntu 14.04 LTS?

분류에서Dev

How can I install GTK themes on Ubuntu?

분류에서Dev

How can I install protoc on Ubuntu 16.04?

분류에서Dev

How can I install MySQL along with phpMyAdmin?

분류에서Dev

Installing Ubuntu 16.04 LTS: How to install ODBC?

분류에서Dev

MySql Workbench on Ubuntu 14

분류에서Dev

Can't install Ubuntu 14.04.3 LTS on Windows 10

분류에서Dev

How can I install Ubuntu without CD and USB?

분류에서Dev

How can I install libpcap header files on Ubuntu 12.04?

분류에서Dev

How can I install pygame 1.9.2 on ubuntu 13.04?

분류에서Dev

How can I install Ubuntu and Windows 10 as dual boot?

분류에서Dev

How can i install team viewer in ubuntu 16 operating system

분류에서Dev

How can I install Blender 2.76 on Ubuntu 14.04?

분류에서Dev

How can I install Ubuntu on a device without a screen nor a keyboard?

분류에서Dev

How can I install Windows 7 alongside Ubuntu 16.04?

분류에서Dev

How can I check if upstart is installed in ubuntu server and how can I install it?

분류에서Dev

Ubuntu 14의 MySql Workbench

분류에서Dev

how to install Wifi and Bluetooth drivers in ubuntu 12.04 lts

분류에서Dev

How to install "intel graphics driver installer " in Ubuntu 12.04 LTS?

분류에서Dev

How to install libjpeg62-turbo on Ubuntu 16.04.2 LTS (Xenial)?

분류에서Dev

How do I associate a schema with a connection in MySQL Workbench 6.2

분류에서Dev

Install mysql workbench community on fedora 23

분류에서Dev

Ubuntu 19.04에 MySQL Workbench 설치

분류에서Dev

How Can I Install Eclipse with the ADT (Android Development Tool) on Ubuntu 11.10 64-bit?

분류에서Dev

My disk already has 4 primary partitions, how can I install Ubuntu?

분류에서Dev

How can I install Ubuntu on an old MacBook without a CD or USB drive?

분류에서Dev

My disk already has 4 primary partitions, how can I install Ubuntu?

분류에서Dev

How many times can I use a bootable usb flash drive to install Ubuntu

Related 관련 기사

  1. 1

    How do I install pillow in Ubuntu 16.04 LTS?

  2. 2

    How can I access recovery mode, Ubuntu 14.04 LTS?

  3. 3

    How can I install GTK themes on Ubuntu?

  4. 4

    How can I install protoc on Ubuntu 16.04?

  5. 5

    How can I install MySQL along with phpMyAdmin?

  6. 6

    Installing Ubuntu 16.04 LTS: How to install ODBC?

  7. 7

    MySql Workbench on Ubuntu 14

  8. 8

    Can't install Ubuntu 14.04.3 LTS on Windows 10

  9. 9

    How can I install Ubuntu without CD and USB?

  10. 10

    How can I install libpcap header files on Ubuntu 12.04?

  11. 11

    How can I install pygame 1.9.2 on ubuntu 13.04?

  12. 12

    How can I install Ubuntu and Windows 10 as dual boot?

  13. 13

    How can i install team viewer in ubuntu 16 operating system

  14. 14

    How can I install Blender 2.76 on Ubuntu 14.04?

  15. 15

    How can I install Ubuntu on a device without a screen nor a keyboard?

  16. 16

    How can I install Windows 7 alongside Ubuntu 16.04?

  17. 17

    How can I check if upstart is installed in ubuntu server and how can I install it?

  18. 18

    Ubuntu 14의 MySql Workbench

  19. 19

    how to install Wifi and Bluetooth drivers in ubuntu 12.04 lts

  20. 20

    How to install "intel graphics driver installer " in Ubuntu 12.04 LTS?

  21. 21

    How to install libjpeg62-turbo on Ubuntu 16.04.2 LTS (Xenial)?

  22. 22

    How do I associate a schema with a connection in MySQL Workbench 6.2

  23. 23

    Install mysql workbench community on fedora 23

  24. 24

    Ubuntu 19.04에 MySQL Workbench 설치

  25. 25

    How Can I Install Eclipse with the ADT (Android Development Tool) on Ubuntu 11.10 64-bit?

  26. 26

    My disk already has 4 primary partitions, how can I install Ubuntu?

  27. 27

    How can I install Ubuntu on an old MacBook without a CD or USB drive?

  28. 28

    My disk already has 4 primary partitions, how can I install Ubuntu?

  29. 29

    How many times can I use a bootable usb flash drive to install Ubuntu

뜨겁다태그

보관