I removed pipe wire because I couldn’t update the OS without an error message about dependencies and unsigned repositories.
Now I’m stuck at terminal.
On boot I get this error message:
failed to load 1915/kbl_dmc_ver1_4
. 074-0541 firmware_class: cdebian.org/firmware for information about missing firmware
Even though I removed pipe wire, I continue to get the error. SOURAV DAS in Launchpad upstream/ …is not signed
If you do not have the resources to spend on troubleshooting your PureOS configuration, then I can offer instructions on reinstalling it so you can focus on other priorities.
It seems like maybe you uninstalled the GUI while uninstalling pipewire. I’m not sure which packages are required for phosh to work. You might be able to do something like “apt install phosh” but if it’s currently installed I’m not sure whether that will install dependencies or just do nothing. I searched for “uninstall pipewire removed gdm” and there were a few hits, so you might check some of the results of searching for that phrase (or similar).
Just trying to understand a bit more what might have happened, I did this experiment on a laptop running PureOS 10:
$ sudo apt remove pipewire
[...]
The following packages will be REMOVED:
chrome-gnome-shell gdm3 gnome-session gnome-shell gnome-shell-extension-prefs gnome-shell-extensions gnome-tweaks gstreamer1.0-pipewire pipewire pureos-gnome
[...]
Do you want to continue? [Y/n] ^C
So when doing “apt remove pipewire” it says that a whole list of packages will be removed, including things like gdm3 and gnome-session and gnome-shell which I guess are needed for the fancy graphical session stuff. Probably that is because those packages have pipewire as a dependency, so if pipewire is removed then those packages must also be removed.
@Ulbird now that things are working again, is pipewire also installed again? I’m guessing yes, it was probably installed again as a dependency.