从 12.04 升级到 13.10 失败

从 12.04 升级到 13.10 失败

我今天尝试将我的 ubuntu 从 12.04 更新到 13.10,现在无法更新任何内容,系统基本上没用了。每当我尝试启动更新管理器时,我都会收到“无法安装所有更新,请运行部分升级”的信息

无法升级

此工具不支持从“raring”升级到“precise”。

当我从终端尝试时,情况并没有好转。当我尝试 apt-get update 时,我得到了一个

W: Failed to fetch gzip:/var/lib/apt/lists/partial/au.archive.ubuntu.com_ubuntu_dists_saucy_multiverse_i18n_Translation-en  Encountered a section with no Package: header

E: Some index files failed to download. They have been ignored, or old ones used instead.

Trying to run apt-get upgrade gives me

You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 libdrm2 : Breaks: libdrm2:i386 (!= 2.4.43-0ubuntu0.2) but 2.4.43-0ubuntu0.0.3 is installed
 libdrm2:i386 : Breaks: libdrm2 (!= 2.4.43-0ubuntu0.0.3) but 2.4.43-0ubuntu0.2 is installed
E: Unmet dependencies. Try using -f.

and trying apt-get -f install 

dpkg: error processing libdrm2:i386 (--configure):
 libdrm2:i386 2.4.43-0ubuntu0.0.3 cannot be configured because libdrm2:amd64 is in a different version (2.4.43-0ubuntu0.2)
dpkg: error processing libdrm2 (--configure):
 libdrm2:amd64 2.4.43-0ubuntu0.2 cannot be configured because libdrm2:i386 is in a different version (2.4.43-0ubuntu0.0.3)
No apport report written because MaxReports is reached already
                                                              Errors were encountered while processing:
 libdrm2:i386
 libdrm2

答案1

Ubuntu 建议仅升级到其直接的后续版本,例如从 12.04 升级到 12.10、从 12.10 升级到 13.04 等等。

您最好在电脑上重新安装 13.10,而不是升级三次。

相关内容