I'm trying to fix a bluetooth stuttering error on Debian Bookworm, and I tried removing pulseaudio and installing several different packages for bluetooth without reading the instructions all too well and misremembering things that I've already done.
sudo apt install wireplumber pipewire-media-session Reading package lists... Done Building dependency tree... Done Reading state information... Done wireplumber is already the newest version (0.4.13-1). wireplumber set to manually installed. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: pipewire-media-session : Conflicts: wireplumber but 0.4.13-1 is to be installed wireplumber : Conflicts: pipewire-media-session but 0.4.2-3 is to be installed E: Unable to correct problems, you have held broken packages. oops. Is there a way to remove my broken packages and fix my bluetooth stutter error?
apt purge wireplumber pipewire-media-session? Ifpurgeis too aggressive (check what it wants to remove before accepting) tryremoveinstead.