Package: gambas3-ide Subject: Bug: Cannot install Gambas3 on Debian 13 "Trixie" due to unresolved dependencies.
Hello Debian and Gambas teams, I am reporting a critical issue with the installation of Gambas3 on Debian 13 "Trixie". The installation consistently fails due to a dependency conflict. System Details: * Operating System: Debian 13 "Trixie" (stable release) * Architecture: amd64 * Package Manager: apt / aptitude Problem Description: When attempting to install Gambas3, the package manager reports a conflict between the gambas3-runtime and gambas3-gb-gui packages. The installation cannot be completed because the system is unable to resolve these dependencies. The issue occurs with the following commands: * sudo apt install gambas3 * sudo apt install gambas3-ide * sudo aptitude install gambas3-ide Terminal Output: (Incolla qui l'output completo del tuo terminale, inclusi i dettagli del conflitto.) Steps to reproduce: 1. Run a system update: sudo apt update && sudo apt upgrade. 2. Attempt to install Gambas: sudo apt install gambas3-ide. The installation should fail with a dependency error. What I have already tried: * I attempted to install Gambas from source, but the installation failed due to incompatibility with the system's Qt5 libraries. * I tried using aptitude, which confirmed the dependency problem without being able to find a solution. I hope this information is helpful for a fix. Thank you, Andrea

