linux网络正常但是yum list不能使用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux网络正常但是yum list不能使用相关的知识,希望对你有一定的参考价值。

我试过了很多方法,有:
1、修改DNS配置。我的DNS没有问题,加上了namesever 8.8.8.8后仍然不行。
2、更换yum源。我更换了163的yum源和sohu的yum源,仍然无法解决问题。
3、修改/etc/yum.repos.d/CentOS-Base.repo中的gpgcheck=1为gpgcheck=1,不起作用。
4、将yum卸载(yum remove yum),重新下载yum安装包进行安装,还是出现一样的错误提示。
现将yum的配置贴出来:/etc/yum.conf
[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=5
bugtracker_url=http://bugs.centos.org/set_project.php?project_id=16&ref=http://bugs.centos.org/bug_report_page.php?category=yum
distroverpkg=centos-release

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

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

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

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

#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

希望能给予帮助
参考技术A yum 源报错了,检查源路径是否存在

以上是关于linux网络正常但是yum list不能使用的主要内容,如果未能解决你的问题,请参考以下文章

Linux yum 不能用了,啥原因求解

解决centos-yum无法正常使用问题

liunx通过yum安装软件报错

linux设置成中文后还是不能显示中文。但是把这些乱码复制到windows下又正常了。变成中文。

centos7升级Python版本后,yum不能正常使用

Linux网络相关