发布网友 发布时间:2022-04-22 12:50
共2个回答
热心网友 时间:2023-08-30 03:19
先把yum源修改到国内,首推中国科技大学的yum源,再执行 yum install gimp 安装可以了,具体操作如下:
1. 先修改yum源
进入到yum源管理目录
备份原系统的Base源
mv CentOS-Base.repo CentOS-Base.repo.bak根据不同操作系统选择不同url源
Centos 6
wget -O CentOS-Base.repo https://lug.ustc.e.cn/wiki/_export/code/mirrors/help/centos?codeblock=2Centos 7
wget -O CentOS-Base.repo https://lug.ustc.e.cn/wiki/_export/code/mirrors/help/centos?codeblock=3清除原缓存
yum clean all更新软件
只升级所有包,不升级软件和系统内核
yum upgrade也可以选择全部更新,多花些时间。
2. 安装GIMP
yum install gimp中途会提示: Is this ok [y/d/N]
键入 y 回车继续安装。
安装完成,在应用程序里就可以找到GIMP了。
以上部分步骤参考了 http://blog.csdn.net/neo_rat/article/details/52627749
热心网友 时间:2023-08-30 03:19
centos下是不能安装win8的,不知道linux平台下是否有虚拟机软件 但windows平台可以使用VMware、Virtual BOX等虚拟机软件安装centos