一般或者yum源的配置文件“http://mirrors.aliyun.com/repo/Centos-7.repo” 很多人直接喜欢用wget,这样下载下来会出现跟源文件MD5不一致,原因可能是里面的文件格式发生了变化,建议用浏览器下载了之后再上传到服务器,就好了。.
网上百度的修改yum源的方法:
[root@localhost user]# mv /etc/yum.repos.d /etc/yum.repos.d.bak
[root@localhost user]# mkdir /etc/yum.repos.d
[root@localhost user]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
--2022-11-23 00:24:18-- http://mirrors.aliyun.com/repo/Centos-7.repo
正在解析主机 mirrors.aliyun.com (mirrors.aliyun.com)... 119.96.90.240, 119.96.90.241, 119.96.90.237, ...
正在连接 mirrors.aliyun.com (mirrors.aliyun.com)|119.96.90.240|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 302 Moved Temporarily
位置:http://10.168.200.1/ac_portal/proxy.html?template=default&tabs=pwd&vlanid=0&url=http://mirrors.aliyun.com%2frepo%2fCentos-7.repo [跟随至新的 URL]
--2022-11-23 00:24:18-- http://10.168.200.1/ac_portal/proxy.html?template=default&tabs=pwd&vlanid=0&url=http://mirrors.aliyun.com%2frepo%2fCentos-7.repo
正在连接 10.168.200.1:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:2250 (2.2K) [text/html]
正在保存至: “/etc/yum.repos.d/CentOS-Base.repo”
100%[=================================================================================================================================================>] 2,250 --.-K/s 用时 0s
2022-11-23 00:24:18 (207 MB/s) - 已保存 “/etc/yum.repos.d/CentOS-Base.repo” [2250/2250])
[root@localhost user]# yum clean all
已加载插件:fastestmirror, langpacks
File contains no section headers.
file: file:///etc/yum.repos.d/CentOS-Base.repo, line: 1
'<!DOCTYPE html>\n'
可以看到, 报错源的格式不对.
自己从浏览器上下载, 再放到对应目录就对了