on Cannot install or update apps due to linux firmware not updating correctly. · c/pop_os · 2 pts · 3yThrowing 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 :)
Throwing stuff at the wall but I’d personally start with a good old
sudo apt install -fsudo dpkg --configure -aIt will reconfigure all your installed packages. Afterwards, I’d try a full upgrade:
sudo apt update && sudo apt upgradeLet me know if this helps :)