制作yum源 有多种
1、网络的yum源
baseurl=http://mirrors.sohu.com/centos/$releasever/updates/$basearch/
gpgcheck=1
baseurl=http://mirrors.163.com/centos/$releasever/updates/$basearch/
gpgcheck=1
还有新浪和阿里的yum源
2、直接下载163给的yum源
首先要备份原来系统自带的yum源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.old
下载163的yum源
[[email protected] yum.repos.d]# wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
运行yum makecache生成缓存
#yum makecache
测试一下安装一个 vim
yum -y install vim*
打开之后显示都是代码 显示行列号是有必要的 在非输入模式下 :ru 行号 :ruler 列号
3、制作本地yum源
用光盘制作yum源 访问更快
我现在用的虚拟机,写的是挂载DVD2,物理机遇到之后再写吧!以免自己意淫出来。
下载centos6.7有两个包 一个是系统包,一个就是这种文件扩展包
时间: 2024-10-27 02:36:32