在Debian系統中安裝gcc的步驟如下:
sudo apt update
sudo apt install build-essential
gcc --version
安裝完成后,您就可以在Debian系統上使用gcc編譯C和C++程序了。