Centos7中Could not resolve host: mirrorlist.centos.org; 未知的错误

news/2025/1/22 19:56:00/文章来源:https://www.cnblogs.com/XiMeeZhh/p/18511985

报错内容:

 

Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; 未知的错误"One of the configured repositories failed (未知),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:1. Contact the upstream for the repository and get them to fix the problem.2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).3. Run the command with the repository temporarily disabled
yum --disablerepo=<repoid> ...4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:yum-config-manager --disable <repoid>
or
subscription-manager repos --disable=<repoid>5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=trueCannot find a valid baseurl for repo: base/7/x86_64

 1、先检查网络

ping www.baid.com

 

连接百度

 2、如果可以联网,则更换阿里云镜像源,直接下载就行

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

 

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

 

更换CentOS-Base.repo文件

3、最后依次输入

yum clean all
rm -rf  /var/cache/yum/
yum makecache

 

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.hqwc.cn/news/823308.html

如若内容造成侵权/违法违规/事实不符,请联系编程知识网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

【CodeForces训练记录】Educational Codeforces Round 171 (Rated for Div. 2)

训练情况赛后反思 B题二分没有考虑到细节情况 A题 我们构造垂直并且要最长,我们只需要取长宽的较小值,然后一个正方形,左上到右下,左下到右上即可。 #include <bits/stdc++.h> #define int long longusing namespace std;void solve(){int x,y,k; cin>>x>&g…

提示词工程

提示词(Prompt)是指在与大语言模型交互时,用户输入的一段文本或指令,用于引导模型生成相应的输出。它可以是一句话、一个问题、一段描述或更复杂的结构化信息。BiliBili概念 提示词提示词(Prompt)是指在与大语言模型交互时,用户输入的一段文本或指令,用于引导模型生成相…

数据结构 - 散列表,再探

散列表碰撞解决方案包括链式法、开放寻址法(含线性、平方、双重散列、随机探测)、再散列法。链式法用链表处理碰撞,开放寻址法通过探测解决,再散列法通过扩容并重计算位置。书接上回,我们继续来聊散列表。从上面的章节不难发现,无论散列函数怎么构建总会发生碰撞,最多只…

学习笔记(十一):ArkUi-弹性布局 (Flex)

弹性布局(Flex)提供更加有效的方式对容器中的子元素进行排列、对齐和分配剩余空间。 常用于页面头部导航栏的均匀分布、页面框架的搭建、多行数据的排列等。 容器默认存在主轴与交叉轴,子元素默认沿主轴排列,子元素在主轴方向的尺寸称为主轴尺寸,在交叉轴方向的尺寸称为交…

《城堡守护者:开启热血守护之旅》

​ 在充满奇幻与冒险的游戏世界中,有一款游戏如同一座闪耀的堡垒,吸引着无数玩家投身其中,它就是《城堡守护者》。这款游戏以其独特的魅力,为玩家们构建了一个充满挑战与激情的世界,让每一位玩家都能化身为英勇的守护者,捍卫属于自己的城堡,书写属于自己的传奇。一、沉…

软件基础第二次作业

.center { width: auto; display: table; margin-left: auto; margin-right: auto }班级链接 https://edu.cnblogs.com/campus/zjlg/rjjc目标 用Text_Counter统计纯文本文件中的字符数、单词数、句子数姓名-学号 侯锦秀-2022329301003码云地址 https://gitee.com/honeyest/text…

植物大战僵尸杂交版游戏

「游戏」链接:https://pan.quark.cn/s/e37b17a6803d

vue2-自定义全局toast提示插件

编写toast.vue 在components文件夹下新增toast文件夹,并在toast文件夹中新增index.vue文件 ` <template><div id="toast"><span class="toast" @mouseleave="start" @mouseenter="stop" :style="{ top: styleTop…

Escalate_Linux靶机提权学习

靶机下载 https://www.vulnhub.com/entry/escalate_linux-1,323/ 用VMware打开 扫描端口 nmap -sS -sV -n -T4 -p- 192.168.93.134 Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-10-04 09:26 CST Nmap scan report for 192.168.93.134 Host is up (0.00090s latency). …

使用Ubuntu系统管理包工具(apt)部署Zabbix企业级监控系统

1. 系统版本Ubuntu VERSION=22.04.4 LTS2. zabbix安装 2.1 zabbix官方 https://www.zabbix.com/cn/download?zabbix=7.0&os_distribution=ubuntu&os_version=22.04&components=server_frontend_agent&db=mysql&ws=apache 2.2 配置选择2.3 使用Ubuntu的管…

使用node的npm安装包遇到的问题

1最开始安装出现的问题是执行后卡顿出来以下网络相关的错误2搜索后执行命令切换到淘宝镜像后在执行,但是第一我仔细看报错信息,就又切换官网镜像了,又报了1的错误,然后又切回淘宝镜像分析错误信息。发现是安装node的目录用户没有写的权限 3.修改node安装目录文件权限后,在设…

3D在UI上的应用

一、传统管理系统登录页的局限性 在过去,传统的管理系统登录页通常采用平面设计,以简洁的布局和清晰的文字为主。虽然这种设计能够满足基本的功能需求,但也存在一些局限性。首先,平面设计缺乏立体感和深度感,容易给人单调、乏味的感觉。用户在面对这样的登录页时,往往缺乏…