当从ubuntu 17.10升级到18.04的时候,它显示了一个关于z校更新版本和z校安全版本的错误。
E:The repository 'http://in.archive.ubuntu.com/ubuntu zesty-updates Release'
does not have a Release file.
W:Updating from such a repository can't be done securely,
and is therefore disabled by default.
W:See apt-secure(8) manpage for repository creation and user configuration details.
E:The repository 'http://security.ubuntu.com/ubuntu zesty-security Release'
does not have a Release file.`上面的错误正在显示,我也无法更新也出于同样的原因。
我现在应该做些什么来克服这个问题呢?
发布于 2018-05-09 15:12:54
这听起来就像我在一次中断的发布升级之后发生的事。尝试以下几点:
sudo dpkg --configure -a
sudo apt update && sudo apt upgrade如果这样做有效,请尝试再次进行发行版升级。
sudo do-release-upgradehttps://askubuntu.com/questions/1034022
复制相似问题