微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Ubuntu14.04升级Ubuntu16.04的坑

升级多次,最终无果

一直死在

Calculating the changes
Could not calculate the upgrade 
An unresolvable problem occurred while calculating the upgrade. 
This can be caused by: 
* Upgrading to a pre-release version of Ubuntu 
* Running the current pre-release version of Ubuntu 
* Unofficial software packages not provided by Ubuntu 
If none of this applies, then please report this bug using the 
command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. 
Restoring original system state

按照网上的教程删除gnuplot :sudo apt-get purge gnuplot*

最终还是不行

后来查看 /var/log/dist-upgrade/apt.log

查看是什么软件导致无法升级

最终我的是因为  ros-indigo-*   机器人系统的原因

因此删除软件 :sudo apt-get remove ros-indigo-*

重新开始进行升级就好了

sudo do-release-upgrade

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐