Update System
-
Update the package list to get information on the newest versions of packages:
sudo apt update -
Upgrade all installed packages to their latest versions:
sudo apt upgrade -y -
Reboot the system to apply updates:
sudo reboot
Update the package list to get information on the newest versions of packages:
sudo apt update
Upgrade all installed packages to their latest versions:
sudo apt upgrade -y
Reboot the system to apply updates:
sudo reboot