本文主要是介绍DOCK APT-GET UPDATE提示E: 仓库 “HTTP://MIRRORS.ALIYUN.COM/UBUNTU EOAN RELEASE” 没有 RELEASE 文件。 解决办法,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
忽略:1 http://mirrors.aliyun.com/ubuntu eoan InRelease
忽略:2 http://mirrors.aliyun.com/ubuntu eoan-updates InRelease
忽略:3 http://mirrors.aliyun.com/ubuntu eoan-backports InRelease
忽略:4 http://mirrors.aliyun.com/ubuntu eoan-security InRelease
错误:5 http://mirrors.aliyun.com/ubuntu eoan Release
SECURITY: URL redirect target contains control characters, rejecting. [IP: 117.27.140.186 80]
错误:6 http://mirrors.aliyun.com/ubuntu eoan-updates Release
SECURITY: URL redirect target contains control characters, rejecting. [IP: 117.27.140.186 80]
错误:7 http://mirrors.aliyun.com/ubuntu eoan-backports Release
SECURITY: URL redirect target contains control characters, rejecting. [IP: 117.27.140.186 80]
错误:8 http://mirrors.aliyun.com/ubuntu eoan-security Release
SECURITY: URL redirect target contains control characters, rejecting. [IP: 117.27.140.186 80]
正在读取软件包列表… 完成
E: 仓库 “http://mirrors.aliyun.com/ubuntu eoan Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
E: 仓库 “http://mirrors.aliyun.com/ubuntu eoan-updates Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
E: 仓库 “http://mirrors.aliyun.com/ubuntu eoan-backports Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
E: 仓库 “http://mirrors.aliyun.com/ubuntu eoan-security Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
解决方法:
1.在官网源https://mirrors.ustc.edu.cn/repogen/下载对应版本最新的源,比如我是19.10版本的ubuntu,对应下载的是这个
2.下载sources.list完成之后将源拷贝到对应的位置将原文件覆盖
sudo cp sources.list /etc/apt
再执行apt-get update,正常。
这篇关于DOCK APT-GET UPDATE提示E: 仓库 “HTTP://MIRRORS.ALIYUN.COM/UBUNTU EOAN RELEASE” 没有 RELEASE 文件。 解决办法的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!