Using Debian 12 Following the book https://docs.rust-embedded.org/book/intro/index.html
sudo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt -y install qemu-system-arm
sudo apt -y install openocd
sudo apt -y install gdb-multiarch