- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
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
You could also try aptitude upgrade instead of apt-get. It tends to handle packages that are kept back better.