当我尝试升级时,出现以下错误:
sudo aptitude upgrade
Resolving dependencies...
open: 217520; closed: 114638; defer: 5; conflict: 6 O
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Run Code Online (Sandbox Code Playgroud)
如果我尝试使用软件更新程序,首先我会收到一个对话框,提示 并非所有更新都可以安装
运行部分升级......当我尝试时,它说安装需要不受信任的软件并终止。我尝试查看确实需要升级的软件包,但有很多并且不容易找出导致问题的原因。
非常感谢任何提示或帮助。我不能让这台机器过时和不受支持。
我目前的版本是
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"
Run Code Online (Sandbox Code Playgroud)
sudo apt-get update 的完整输出
Ign dl.google.com stable InRelease
Hit dl.google.com stable Release.gpg
Ign us.archive.ubuntu.com utopic InRelease
Ign security.ubuntu.com utopic-security InRelease
Hit dl.google.com stable Release
Ign us.archive.ubuntu.com utopic-updates InRelease
Hit security.ubuntu.com trusty-security InRelease
Ign extras.ubuntu.com utopic InRelease
Hit archive.canonical.com utopic InRelease
Ign archive.ubuntu.com trusty InRelease …Run Code Online (Sandbox Code Playgroud)