制作本地yum源的问题
我的linux版本是RHEL 6.0,想用iso镜像制作本地yum源,用google找到了方法。我按照网页http://www.cnblogs.com/chinacloud/archive/2011/03/18/1988257.html上介绍的步骤一步一步操作,前五步都顺利完成了,可到第6步测试时出现了问题,错误如下所示:----------------------------------------------------------------------------------------------
# vi /etc/yum.repos.d/rhel6.repo
# system-config-packages
bash: system-config-packages: command not found
# source /etc/yum.repos.d/rhel6.repo
# system-config-packages
bash: system-config-packages: command not found
# yum info lrzsz
Loaded plugins: refresh-packagekit, rhnplugin
Config Error: File contains no section headers.
file: file://///etc/yum.repos.d/rhel6.repo, line: 2
'name=rhel6server\n'
# vi /etc/yum.repos.d/rhel6.repo
# source /etc/yum.repos.d/rhel6.repo
bash: : command not found
# vi /etc/yum.repos.d/rhel6.repo
# source /etc/yum.repos.d/rhel6.repo
# yum info lrzsz
Loaded plugins: refresh-packagekit, rhnplugin
Config Error: File contains no section headers.
file: file://///etc/yum.repos.d/rhel6.repo, line: 2
'name=rhel6server\n'
# yum install lrzsz
Loaded plugins: refresh-packagekit, rhnplugin
Config Error: File contains no section headers.
file: file://///etc/yum.repos.d/rhel6.repo, line: 2
'name=rhel6server\n'
# vim /etc/yum.repos.d/rhel6.repo
# source /etc/yum.repos.d/rhel6.repo
# yum install lrzsz
Loaded plugins: refresh-packagekit, rhnplugin
Config Error: File contains no section headers.
file: file://///etc/yum.repos.d/rhel6.repo, line: 3
'name=rhel6\n'
# vim /etc/yum.repos.d/rhel6.repo
# source /etc/yum.repos.d/rhel6.repo
# yum install lrzsz
Loaded plugins: refresh-packagekit, rhnplugin
Config Error: File contains no section headers.
file: file://///etc/yum.repos.d/rhel6.repo, line: 3
'name=Rhel6\n'
--------------------------------------------------------------------------------------------
从系统提示来看,主要是编辑repo文件时name那行似乎不能这么写,可是怎么写才是对的呢?请高手不吝赐教!非常感谢!!
我把网页用pdf保存了,请见附件。 看提示是你没把
放进repo文件吧。 他是没事 source 那些 repo 文件去了。 source没什么关系,反正也不起作用。 没有编译安装运用 createrepo
不过 yum 我用了两天换回 apt-rpm 了,yum 生成依赖信息非常慢,而且没有提供自动升级方案,那个历史看起来很有用,实际应用时都没用。 :|
依赖信息是要计算的……
自动升级 yum 我记得要装扩展。
页:
[1]