
ubuntu: general maintenance
General Updates Update One-liner To Update without further confirmation: bash Copy sudo apt update -y && sudo apt upgrade -y sudo apt update -y && sudo apt upgrade -y Remove the -y flag to manually confirm actions Fix Update Problems Removes bad cached packages and re-download bash Copy sudo rm -f /var/cache/apt/archives/linux-headers-6.8.0-94_*.deb sudo apt clean sudo apt update sudo apt --fix-broken install sudo rm -f /var/cache/apt/archives/linux-headers-6.8.0-94_*.deb sudo apt clean sudo apt update sudo apt --fix-broken install If this has run successfully you can trigger updates, I had best success with removing obsolete packages beforehand ...
