how to upgrade software in ubuntu code example
Example 1: how to update ubuntu
sudo apt update && sudo apt upgrade -y
Example 2: ubuntu command upgrade application
sudo apt-get dist-upgrade firefox
sudo apt update && sudo apt upgrade -y
sudo apt-get dist-upgrade firefox