Debian Update

Debian Update


Complete Command

sudo apt update && sudo apt full-upgrade -y && sudo reboot

AFTER REBOOT:
sudo apt autoremove -y && sudo apt clean


Individual Commands

sudo apt update
sudo apt full-upgrade
sudo reboot
sudo apt autoremove
sudo apt clean

Comments