Update Ubuntu: System & Package Guide
You can update the system and software packages using either the command line or graphical interface.
Update the system and packages via the command line.
- Open the terminal and input the following command to update the software package list:
sudo apt update
- Enter the following command to upgrade the installed software package to the latest version:
sudo apt upgrade
- To upgrade the system, you can use the following command if a new release is available.
sudo do-release-upgrade
Update system and software packages with a graphical interface.
- Open the “Software Updater” application and check for any available updates.
- Click on the “Install Now” button to install all available updates.
- If a new release is available, you will be prompted to upgrade.
The system and software packages can be easily updated whether through the command line or the graphical interface.