how to check updates in ubauntu code example
Example 1: how to update ubuntu
sudo apt update && sudo apt upgrade -y
Example 2: ubuntu update
sudo -- sh -c 'apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y'