Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

Oct 14, 2020

Update Ubuntu with latest packages

Steps to update packages

$ sudo apt update

$ sudo apt list --upgradable

$ sudo apt install <SPECIFIC_PACKAGE_NAME>

or

$ sudo apt upgrade