Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MR
MrShelbs @lemmy.blahaj.zone
Posts 0
Comments 1
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 :)