- Updating the APT Package Repository Cache
sudo apt update

This states that there are 22 packages that can be upgraded
2. To see the list of updates
sudo apt list –upgradeable

3. To upgrade a single package (usiing apport as an example)
sudp apt install apport

4. To patch everything
sudo apt upgrdae

Enter Y and it’s good to go.

4. For confirmation that there are more patches
sudo apt update

Leave a comment