minus-squareMrShelbs@lemmy.blahaj.zonetoPop!_OS (Linux)@lemmy.world•Cannot install or update apps due to linux firmware not updating correctly.linkfedilinkEnglisharrow-up1·edit-21 year agoThrowing 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 :) linkfedilink
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 :)