To convert a Debian system to Kali Linux, follow the steps below:
sudo apt-get update -y && sudo apt-get full-upgrade -y && sudo apt-get dist-upgrade -y
sudo apt autoremove -y && sudo apt autoclean
This step ensures your system is fully updated and any unnecessary packages are removed.