centos6 安装 mantisbt-1.2.8 —— (3)Linux系统下yum源配置(Centos 6)
Linux系统下yum源的配置(阿里云):
1、备份
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/
CentOS 6
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
3、之后运行yum makecache生成缓存。
4、配置epol源。安装阿里云的epel源
a、备份(如有配置其他epel源)
mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.backup
mv /etc/yum.repos.d/epel-testing.repo /etc/yum.repos.d/epel-testing.repo.backup
2、下载新repo 到/etc/yum.repos.d/
epel(RHEL 7)
wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-7.repo
epel(RHEL 6)
wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-6.repo
配置好yum源后,需要在CentOS6.4中安装配置LAMP环境:
centos6 安装 mantisbt-1.2.8 —— (4)在CentOS6.4中安装配置LAMP环境参考的链接:
linux下yum源配置: https://www.cnblogs.com/william126/p/8376651.html
总结
以上是生活随笔为你收集整理的centos6 安装 mantisbt-1.2.8 —— (3)Linux系统下yum源配置(Centos 6)的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: centos6 安装 mantisbt
- 下一篇: Linux命令之 —— grep \ls