Here you will learn how to use apt commands and repositories.
First thing to do after installing kali linux.
Few apt commands :------
apt-get update
apt-get upgrade
apt-get dist-upgrade
If want to use all these 3 at once the you should go for ----
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y