美文网首页学ubuntuUbuntu学习
The required dependency 'apt

The required dependency 'apt

作者: 杨俊_0088 | 来源:发表于2018-12-08 14:38 被阅读0次

    使用Ubuntu系统的时候,系统提示升级,从14.04升级到16.04时,提示“The required dependency ‘apt (>= 1.0.1ubuntu2.13)’ is not installed”,该提示指的是没有安装所需的依赖。

    apt版本太低了,应该满足>= 1.0.1ubuntu2.13才行,所以首先更新一遍所有软件,然后就可以更新了。

    按顺序执行以下命令:

    sudo apt-get update

    sudo apt-get upgrade

    执行完上述命令之后,可以重启以下Ubuntu系统,然后会再次提升Ubuntu更新,选择更新即可。

    如下图所示,更新过程比较长。

    相关文章

      网友评论

        本文标题:The required dependency 'apt

        本文链接:https://www.haomeiwen.com/subject/kusqhqtx.html