首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >此工具不支持从“eon”升级到“仿生”的升级。

此工具不支持从“eon”升级到“仿生”的升级。
EN

Ask Ubuntu用户
提问于 2020-01-30 15:03:21
回答 1查看 1.3K关注 0票数 1

当我试图使用Software更新Ubuntu18.04时,我会得到以下错误:

无法升级从'eon‘到’仿生‘的升级是不支持的这个工具。

我在谷歌或任何地方都没有找到任何与此相关的信息。

lsb_release -a的结果:

代码语言:javascript
复制
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 19.10
Release:    19.10
Codename:   eoan

cat /etc/apt/sources.list的输出:

代码语言:javascript
复制
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to

# newer versions of the distribution.
deb http://in.archive.ubuntu.com/ubuntu/ eoan main restricted
deb-src http://in.archive.ubuntu.com/ubuntu/ eoan main restricted universe multiverse #Added by software-properties
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://in.archive.ubuntu.com/ubuntu/ eoan-updates main restricted
deb-src http://in.archive.ubuntu.com/ubuntu/ eoan-updates main restricted universe multiverse #Added by software-properties
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://in.archive.ubuntu.com/ubuntu/ eoan universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial universe
deb http://in.archive.ubuntu.com/ubuntu/ eoan-updates universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://in.archive.ubuntu.com/ubuntu/ eoan multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://in.archive.ubuntu.com/ubuntu/ eoan-updates multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://in.archive.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse
deb-src http://in.archive.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse #Added by software-properties
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner

deb http://security.ubuntu.com/ubuntu eoan-security main restricted
deb-src http://security.ubuntu.com/ubuntu eoan-security main restricted universe multiverse #Added by software-properties
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu eoan-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu eoan-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
deb http://in.archive.ubuntu.com/ubuntu/ eoan-proposed universe multiverse restricted main
EN

回答 1

Ask Ubuntu用户

发布于 2020-08-09 16:25:40

我也有这个问题。我开始运行升级,就在我点击安装升级时,我失去了与网络的连接。然后,上面的错误仍然存在。虽然专家没有测试这个选项,但它没有出现任何故障,而另一个“半安装”大约需要2.5个小时。我现在在20.4,它太棒了!按照以下步骤操作--使用sudo。

代码语言:javascript
复制
$ sed -i 's/bionic/focal/g' /etc/apt/sources.list
$ apt-get update
$ apt-get upgrade
$ apt-get dist-upgrade
$ reboot
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1206862

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档