avatar
how to update and upgrade Ubuntu using apt Linux
 sudo apt update && sudo apt -y upgrade

Note: Upon use prefix `-y` then lead to execution will skip `prompt` as Yes/No question.


You need to login to do this manipulation!