I was using the following link as a reference to switch over from pulseaudio to pipewire. https://gist.github.com/the-spyke/2de98b22ff4f978ebf0650c90e82027e?permalink_comment_id=3976215
The reason I was looking to switch over is that I've been experiencing all kinds of problems with my bluetooth headsets and I read that pipewire resolved a lot of the issues with bluetooth.
sudo apt install \
libspa-0.2-bluetooth \
pipewire-audio-client-libraries \
pipewire-media-session- \
wireplumber
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
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:
libspa-0.2-bluetooth : Depends: libspa-0.2-modules (= 0.3.48-1ubuntu1) but 0.3.48-1ubuntu2 is to be installed
pipewire-audio-client-libraries : Depends: pipewire (= 0.3.48-1ubuntu1) but 0.3.48-1ubuntu2 is to be installed
Depends: libpipewire-0.3-0 (= 0.3.48-1ubuntu1) but 0.3.48-1ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.
Running apt list -a showed the following:
pipewire/now 0.3.48-1ubuntu2 amd64 [installed,local]
pipewire/jammy 0.3.48-1ubuntu1 amd64
pipewire/jammy 0.3.48-1ubuntu1 i386
sudo apt install pipewire/jammy and installing pipewire's needed packages and configurations seemed to work except it took out my GUI on reboot. I ultimately had to use timeshift to restore to a previous environment. Any ideas as to why this happened?
sudo apt update
via edit to your question. – mook765 Dec 07 '22 at 05:29sudo apt install --reinstall gnome
did the trick. – opyate Jan 09 '23 at 17:28