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!

  • KiWi@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    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.

      • M4775@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 years ago

        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.

        sudo apt clean
        sudo apt update
        sudo dpkg --configure -a
        sudo apt install -f
        sudo apt full-upgrade
        sudo apt autoremove --purge