错误如下:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mysql-workbench is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'mysql-workbench' has no installation candidate
我该如何安装它?
答案1
对于不愿意等待的人,您可以尝试使用 DBeaver。我可以确认它可以在 Ubuntu 19.04 上运行。如果您坚持使用 Workbench,也可以通过 wine 运行 Windows 版本(性能似乎不会受到影响)。
答案2
也可以从以下位置安装 mysql-workbench 的 ubuntu 18 包https://dev.mysql.com/downloads/workbench/
要使其正常工作,您首先必须满足依赖关系:从以下位置下载 libzip4https://packages.ubuntu.com/bionic/libzip4并安装它。第二个依赖项,遗憾的是我不再知道了,你可以通过 apt 安装包来解决。