1. 先修改yum源
进入到yum源管理目录
cd /etc/yum.respos.d
备份原系统的Base源
mv CentOS-Base.repo CentOS-Base.repo.bak
根据不同操作系统选择不同url源
Centos 7
wget -O CentOS-Base.repo https://lug.ustc.edu.cn/wiki/_export/code/mirrors/help/centos?codeblock=3
清除原缓存
yum clean all
2. 安装GIMP
yum install gimp
中途会提示: Is this ok [y/d/N]
键入 y 回车继续安装。
安装完成,直接在命令行输入gimp就可以运行。