Re: Installing mysql-workbench on Debian Sid

2022-05-22 Thread Sven Hartge
Valerio  wrote:

> I need to install mysql-workbench package on debian sid, but i get
> problems about missing dependencies.

> The following packages have unmet dependencies:
> mysql-workbench : Depends: libgdal29 (>= 3.3.0) but it is not
> installable Depends: python3 (< 3.10) but 3.10.4-1+b1 is to be installed
> Recommends: ttf-bitstream-vera but it is not installable
> Recommends: mysql-utilities but it is not installable
> Recommends: default-mysql-client is to be installed or
> virtual-mysql-client

> libgdal29 exists only for sh4 architecture. Is it possible to install
> it in another way ?

It looks like libgdal29 was never in any Debian release, so this package
was probably created for Ubuntu.

The Python-dependency (or more: conflict) also a problematic one here.

Sid has moved on but the 3rd-party package mysql-workbench has not been
updated and probably will not be updated until a released Debian version
ships with python-3.10+.

So with the missing libgdal29 and the python version being no longer
available, you will not be able to install the package in Debian.

See if there is an AppImage, Flatpak or Snap available or create a
Ubuntu chroot and install it in there. Using a VM is also possible.

Grüße,
S°

-- 
Sigmentation fault. Core dumped.



Installing mysql-workbench on Debian Sid

2022-05-20 Thread Valerio
Hi,
I need to install mysql-workbench package on debian sid, but i get
problems about missing dependencies.

The following packages have unmet dependencies:
mysql-workbench : Depends: libgdal29 (>= 3.3.0) but it is not
installable Depends: python3 (< 3.10) but 3.10.4-1+b1 is to be installed
Recommends: ttf-bitstream-vera but it is not installable
Recommends: mysql-utilities but it is not installable
Recommends: default-mysql-client is to be installed or
virtual-mysql-client

libgdal29 exists only for sh4 architecture. Is it possible to install
it in another way ?