Search code examples
debian-baseddebian-stretch

Debian fails to install updates


When I try to poweroff the laptop this pops up.

Image:Install pending updates option

But when Click it and poweroff the laptop the update fails at 0%.

How to solve the issue?


Solution

  • Try this:

    Open up the terminal Enter:

    sudo apt update
    sudo apt upgrade
    sudo shutdown -r now
    

    This will perform system updates. The last line will reboot.