在Debian系统中安装gcc的步骤如下:
sudo apt update
sudo apt install build-essential
gcc --version
安装完成后,您就可以在Debian系统上使用gcc编译C和C++程序了。