ubuntu update from command line code example
Example 1: update linux command
# "To update Linux type:"
sudo apt-get update
# Enter your user's password.
Example 2: upgrade ubuntu command line
sudo apt update
sudo apt upgrade
# "To update Linux type:"
sudo apt-get update
# Enter your user's password.
sudo apt update
sudo apt upgrade