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!
5 Comments
kiwi42@discuss.tchncs.de · 1 pts · 3y
Most likely phased updates. If you can wait a few days to get the updates you have to do nothing. Otherwise disable phased updates.
The other reason apt holds back packages is because they can't be installed because of depency problems.
gabriele97@lemmy.g97.top · 1 pts · 3y
Yep I can wait but I think it's a while stuck in this way (more or less 2 weeks)
M4775@lemmy.world · 3 pts · 3y
If it is phased updates two weeks is not uncommon. In the meantime you can try to fix the packet manager and use
full-upgradewhich focuses on dependencies.gabriele97@lemmy.g97.top · 2 pts · 3y
I used
dist-upgradeand it worked.It's like 6.0 headers were the problem but I removed them with
apt autoremoveand it still shown the problem.apt dist-upgradesolved it by installing new dependencies. I don't know why the normalapt updatedidn't install them automatically.M4775@lemmy.world · 2 pts · 3y
OK, glad you got a result. It is odd, but some dependency issues have been observed lately. I don't know why
full-upgradedidn't handle that after running that sequence. Here's a little context;