cross-posted from: https://lemmy.g97.top/post/56902
Hi, I’ve this situation when I apt upgrade. There are many pipewire-related packages kept back. Why? How can I solve it?
Thank you!
EDIT: dist-upgrade summary
EDIT2: Ok I solved it with
apt autoremove # only to remove old packages. it didn't solved the problem
apt update
apt dist-upgrade
Maybe some other packages might have problems with the newer versions. Or it could be one package being kept back due to such reasons and others are its dependencies which also gets kept back to make sure it does not break.