Skip Navigation
Jump
Cannot install or update apps due to linux firmware not updating correctly.
  • Throwing stuff at the wall but I’d personally start with a good old

    sudo apt install -f

    sudo dpkg --configure -a

    It will reconfigure all your installed packages. Afterwards, I’d try a full upgrade:

    sudo apt update && sudo apt upgrade

    Let me know if this helps :)

    1