`

CentOS7使用yum时File contains no section headers.解决办法

 
阅读更多

安装好CenOS7后,自带的yum不能直接使用,使用会出现如下问题:



 

原因是没有配置yum源,修改/etc/yum.repos.d/CenOS-Base.repo文件内容如下:

# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.  You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the 
# remarked out baseurl= line instead.
#
#

[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

#released updates 
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

 编辑命令如下:

vi /etc/yum.repos.d/CentOS-Base.repo

 保存命令

     

    按ESC键 跳到命令模式,然后:

     

    :w   保存文件但不退出vi

    :w file 将修改另外保存到file中,不退出vi

    :w!   强制保存,不推出vi

    :wq  保存文件并退出vi

    :wq! 强制保存文件,并退出vi

    q:  不保存文件,退出vi

    :q! 不保存文件,强制退出vi

    :e! 放弃所有修改,从上次保存文件开始再编辑

 

或者先删除原有的文件

rm -f  /etc/yum.repos.d/CentOS-Base.repo

然后重新下载阿里的

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

  清理缓存

yum clean all

 

ps:如果上述方法没有解决,尝试下面:

 

删除yum.repos.d目录下所有文件

rm -f /etc/yum.repos.d/*

 然后重新下载阿里的

 

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

 

清理缓存

yum clean all

 

测试下载安装

yum install gcc

 

 

结果如下:



 

  • 大小: 27.2 KB
  • 大小: 35.9 KB
分享到:
评论

相关推荐

    centos7-yum离线rpm安装包

    该文件包含了:python-iniparse-0.4-9.el7.noarch.rpm、python-urlgrabber-3.10-8.el7.noarch.rpm、yum-3.4.3-158.el7.centos.noarch.rpm、yum-metadata-parser-1.1.4-10.el7.x86_64.rpm、yum-plugin-fastestmirror-...

    yum-3.4.3-154.el7.centos.1.noarch.rpm

    yum-3.4.3-154.el7.centos.1.noarch.rpm

    yum-3.2.22-26.el5.centos.noarch.rpm

    解决This system is not registered with RHN. 包含三个文件: yum-3.2.22-26.el5.centos.noarch.rpm yum-fastestmirror-1.1.16-14.el5.centos.1.noarch.rpm yum-metadata-parser-1.1.2-3.el5.centos.i386.rpm

    Centos7同步阿里yum仓库搭建yum私有仓库

    一、准备 确认在预拉取yum包的机子关于网络...[root@mini2 /]# wget -O /etc/yum.repos.d/base.repo http://mirrors.aliyun.com/repo/Centos-7.repo //base源 [root@mini2 /]# wget -O /etc/yum.repos.d/epel.repo h

    PackageKit-yum-1.1.10-2.el7.centos.x86_64.rpm

    PackageKit-yum-1.1.10-2.el7.centos.x86_64.rpm

    yum-3.4.3-161.el7.centos.noarch.rpm

    yum误删除后所需恢复文件包,支持Linux CentOS7系统,其他系统不要用,安装不上的,有需要的就下载,有问题可以私聊我

    yum-3.4.3-168.el7.centos.noarch.rpm

    官方离线安装包,测试可用。使用rpm -ivh [rpm完整包名] 进行安装

    yum-3.4.3-158.el7.centos.noarch.rpm

    This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.

    yum-3.4.3-150.el7.centos.noarch.rpm

    yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖...

    安装centos7 yum网络源rpm包.rar

    不冲突的版本,4个rpm包,包括yum-3.4.3-132.el7.centos.0.1.noarch.rpm yum-metadata-parser-1.1.4-10.el7.x86_64.rpm yum-plugin-fastestmirror-1.1.31-34.el7.noarch.rpm yum-updateonboot-1.1.31-34.el7.noarch....

    CentOS下yum安装缺少kernel-headers的解决方法.docx

    CentOS下yum安装缺少kernel-headers的解决方法.docx

    RedHat7安装CentOS7 yum的.rpm文件

    yum-3.4.3-132.el7.centos.0.1.noarch.rpm yum-metadata-parser-1.1.4-10.el7.x86_64.rpm yum-plugin-fastestmirror-1.1.31-34.el7.noarch.rpm yum-updateonboot-1.1.31-34.el7.noarch.rpm yum-utils-1.1.31-34.el7....

    CentOS7配置本地yum源(超详细过程)

    在Linux系统管理中,YUM(Yellowdog Updater, Modified)是CentOS、RHEL等基于RPM包管理的Linux发行版中广泛使用的软件包管理器。它允许用户方便地安装、更新和卸载软件包,同时处理软件依赖关系。在某些情况下,如...

    vault.centos.org 做为yum源的repo文件

    2.编辑文件 /etc/yum.repos.d/CentOS-Base.repo ,将其中的 mirrors.aliyun.com/centos/$releasever 替换成相应历史源站地址和版本号,如 vault.centos.org/5.11 yum clean all && yum makecache

    yum-cron-3.4.3-168.el7.centos.noarch.rpm

    离线安装yun所需

    Linux Centos7本地yum源制作(http方式).pdf

    Linux Centos7 本地 yum 源制作(http 方式) Linux 操作系统中,yum 工具是最常用的软件包管理器之一。它可以自动升级、安装、移除 rpm 软件包,并且可以自动查找并解决 rpm 包之间的依赖关系。为了成功地使用 ...

    yum-3.4.3-154.el7.centos.noarch.rpm

    yum-3.4.3-154.el7.centos.noarch.rpm.........................................

    centos7 本地yum源配置

    PackageKit-yum-1.0.7-6.el7.centos.x86_64 yum-utils-1.1.31-40.el7.noarch 下方两个一起装 yum-plugin-fastestmirror-1.1.31-40.el7.noarch yum-langpacks-0.4.2-7.el7.noarch yum-3.4.3-150.el7.centos.noarch ...

    Centos7更换yum源.txt

    ### Centos7更换yum源详解 #### 一、引言 在CentOS 7系统中,官方提供的YUM源由于服务器地理位置较远或其他原因可能导致软件包下载速度缓慢,影响系统的安装与更新效率。因此,很多用户会选择更换为国内镜像站的...

Global site tag (gtag.js) - Google Analytics