要在yum安装gcc时指定版本,您需要使用yum的固定版本功能。以下是具体步骤:
yum list gcc
yum install gcc-7
yum install gcc-7.3.1
通过这些步骤,您可以在yum安装gcc时指定特定版本。请注意,您需要确保所选版本在您的yum存储库中可用。