赞
踩
今天使用centos9编译c代码时,显示bash: gcc: command not found... 下图是我的报错页面,依据提示信息安装gcc之后依旧显示失败
bash: gcc: command not found...
找到其中一种解决方式,完美解决,供参考
sudo dnf update
sudo dnf install gcc
gcc --version
按照上述操作后,对1.c文件进行编译结果