Bug #115743 | Workbench 8.0.42 miss Debian 12 package | ||
---|---|---|---|
Submitted: | 1 Aug 2024 12:00 | Modified: | 24 Apr 13:28 |
Reporter: | Valerio Messina | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 8.0.42 build 5076204 CE (64 bit) Community | OS: | Debian |
Assigned to: | CPU Architecture: | Any |
[1 Aug 2024 12:00]
Valerio Messina
[8 Oct 2024 12:58]
Nkosikhona Dlamini
So it has not been fixed yet? 1 Aug to 8 Oct? Okey.
[2 Apr 12:11]
Enrico Marchez
You can install it with snap package manager ``` sudo snap install mysql-workbench-community ```
[2 Apr 13:44]
Valerio Messina
just tested snap: :~$ sudo apt install snapd :~$ sudo snap install mysql-workbench-community error: cannot communicate with server: Post "http://localhost/v2/snaps/mysql-workbench-community": dial unix /run/snapd.socket: connect: no such file or directory snap is a proprietary Ubuntu packaging format, that require a daemon always installed also when not used that drain resources, and not used by any other distro. For Linux please use something native like .deb for Debian, or something really portable like the AppImage format: $ chmod +x Workbench.AppImage $ Workbench.AppImage
[24 Apr 12:37]
MySQL Verification Team
Hello Valerio Messina, Thank you for the bug report. Please try with latest version and report us back if you are still facing any issues. Regards, Ashwini Patil
[24 Apr 13:24]
Valerio Messina
just tested workbench-community 8.0.42 for ubuntu24.10, same error as before: vmessina@MESSINA:~/Download$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm vmessina@MESSINA:~/Download$ sudo dpkg -i mysql-workbench-community_8.0.42-1ubuntu24.10_amd64.deb Selecting previously unselected package mysql-workbench-community. (Reading database ... 142905 files and directories currently installed.) Preparing to unpack mysql-workbench-community_8.0.42-1ubuntu24.10_amd64.deb ... Unpacking mysql-workbench-community (8.0.42-1ubuntu24.10) ... dpkg: dependency problems prevent configuration of mysql-workbench-community: mysql-workbench-community depends on libatk1.0-0t64 (>= 1.12.4); however: Package libatk1.0-0t64 is not installed. mysql-workbench-community depends on libatkmm-1.6-1v5 (>= 2.28.4); however: Version of libatkmm-1.6-1v5:amd64 on system is 2.28.3-1. mysql-workbench-community depends on libc6 (>= 2.38); however: Version of libc6:amd64 on system is 2.36-9+deb12u10. mysql-workbench-community depends on libcairo2 (>= 1.18.0); however: Version of libcairo2:amd64 on system is 1.16.0-7. mysql-workbench-community depends on libglib2.0-0t64 (>= 2.80.0); however: Package libglib2.0-0t64 is not installed. mysql-workbench-community depends on libglibmm-2.4-1t64 (>= 2.66.7); however: Package libglibmm-2.4-1t64 is not installed. mysql-workbench-community depends on libgtk-3-0t64 (>= 3.21.5); however: Package libgtk-3-0t64 is not installed. mysql-workbench-community depends on libgtk2.0-0t64 (>= 2.8.0); however: Package libgtk2.0-0t64 is not installed. mysql-workbench-community depends on libgtkmm-3.0-1t64 (>= 3.24.9); however: Package libgtkmm-3.0-1t64 is not installed. mysql-workbench-community depends on libjpeg8 (>= 8c); however: Package libjpeg8 is not installed. mysql-workbench-community depends on libmysqlclient21 (>= 8.0.11); however: Package libmysqlclient21 is not installed. mysql-workbench-community depends on libpng16-16t64 (>= 1.6.2); however: Package libpng16-16t64 is not installed. mysql-workbench-community depends on libproj25 (>= 9.4.0); however: Version of libproj25:amd64 on system is 9.1.1-1+b1. mysql-workbench-community depends on libpython3.12t64 (>= 3.12.1); however: Package libpython3.12t64 is not installed. mysql-workbench-community depends on libsasl2-2 (>= 2.1.28+dfsg1); however: Version of libsasl2-2:amd64 on system is 2.1.28+dfsg-10. mysql-workbench-community depends on libssl3t64 (>= 3.0.0); however: Package libssl3t64 is not installed. mysql-workbench-community depends on libstdc++6 (>= 14); however: Version of libstdc++6:amd64 on system is 12.2.0-14. mysql-workbench-community depends on libwebp7 (>= 1.4.0); however: Version of libwebp7:amd64 on system is 1.2.4-0.2+deb12u1. mysql-workbench-community depends on libzip4t64 (>= 0.10); however: Package libzip4t64 is not installed. dpkg: error processing package mysql-workbench-community (--install): dependency problems - leaving unconfigured Processing triggers for mailcap (3.70+nmu1) ... Processing triggers for desktop-file-utils (0.26-1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for shared-mime-info (2.2-1) ... Errors were encountered while processing: mysql-workbench-community
[24 Apr 13:28]
Valerio Messina
the problem here is that Ubuntu, while it is a Debian derivative, changed the name of some library packages. So trying to install a .deb file for Ubuntu on Debian or another Debian derivate distribution fail for pre-requisite package not found. Please provide a Debian package