Control: severity -1 normal On Wed, Sep 24, 2025 at 10:04:02AM -0600, Daniel Blaschke wrote: > $ sudo apt-get install gstreamer1.0-plugins-bad:i386 [..] > The following packages have unmet dependencies: > libfluidsynth3:i386 : Depends: libpipewire-0.3-0t64:i386 (>= 0.3.1) but it > is not going to be installed > E: Unable to correct problems, you have held broken packages. > E: The following information from --solver 3.0 may provide additional context: > Broken packages
This appears unreproducible in a chroot, so you'll probably need to supply additional info. IOW, this works: $ mmdebstrap --arch=amd64,i386 --chrooted-customize-hook="set -x ; apt -y install gstreamer1.0-plugins-bad:i386" trixie /dev/null Maybe your system has some package set installed which cannot fulfill the new deps. Chris

