Here is a little alias to help you update your system swiftly and easily without a lot of typing. You can make this alias sticky by appending it to the end of your .bashrc file.
alias update="sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y"