要在Ubuntu上安装GCC,可以按照以下步骤进行操作:
sudo apt update
sudo apt install gcc
gcc
sudo apt install gcc-7
请注意,安装GCC需要使用管理员权限,因此在运行命令时可能需要输入密码。