Computer Tips - Raspberry PI OS: update packages / OS

Date: 2022apr3 OS: Raspberry Pi OS Q. Raspberry PI OS: update packages / OS A. Because its based on Debian Linux the commands are the same:
sudo bash apt update apt upgrade
Optionally:
apt clean
To upgrade to the next version:
apt dist-upgrade
This worked for me in a VM.