- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
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!
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!
Yep I can wait but I think it’s a while stuck in this way (more or less 2 weeks)
If it is phased updates two weeks is not uncommon. In the meantime you can try to fix the packet manager and use
full-upgrade
which focuses on dependencies.I used
dist-upgrade
and it worked.It’s like 6.0 headers were the problem but I removed them with
apt autoremove
and it still shown the problem.apt dist-upgrade
solved it by installing new dependencies. I don’t know why the normalapt update
didn’t install them automatically.OK, glad you got a result. It is odd, but some dependency issues have been observed lately. I don’t know why
full-upgrade
didn’t handle that after running that sequence. Here’s a little context;