Trying to install MySQL WorkBenck Community 8.0.44 on Debian 13 Trixie from sources
Hi there!
I'm following the instructions from INSTALL file for building on Linux on Debian 13 Trixie, and I'm getting this:
leandro@Leandro:~/Descargas/mysql-workbench-community-8.0.44-src$ sudo apt-get remove iodbc
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'iodbc' is not installed, so it will not be removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
leandro@Leandro:~/Descargas/mysql-workbench-community-8.0.44-src$ sudo apt-get install build-essential cmake cmake-data autoconf automake pkg-config libtool libzip-dev libxml2-dev \
libsigc++-2.0-dev libglade2-dev libglu1-mesa-dev libgl1-mesa-glx \
mesa-common-dev libmysqlclient-dev libmysqlcppconn-dev uuid-dev libpixman-1-dev libpcre3-dev \
libpango1.0-dev libcairo2-dev python-dev \
libboost-dev mysql-client python-pysqlite2 libsqlite3-dev \
swig libvsqlitepp-dev libgdal-dev libgtk-3-dev libgtkmm-3.0-dev libssl-dev \
libsecret-1-dev libproj-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libgl1-mesa-glx 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.
Package libmysqlclient-dev 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.
However, the following packages replace it:
libmariadb-dev-compat:i386 libmariadb-dev:i386 libmariadb-dev-compat libmariadb-dev
Package mysql-client 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.
However, the following packages replace it:
mariadb-client-compat
Package libpcre3-dev 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.
Package python-dev 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.
However, the following packages replace it:
python-dev-is-python3
E: Unable to locate package libglade2-dev
E: Package 'libgl1-mesa-glx' has no installation candidate
E: Package 'libmysqlclient-dev' has no installation candidate
E: Package 'libpcre3-dev' has no installation candidate
E: Package 'python-dev' has no installation candidate
E: Package 'mysql-client' has no installation candidate
E: Unable to locate package python-pysqlite2
Any suggestions?
Thank's a lot!
Leandro