答案1
在 Ubuntu 14.04 中,打开终端并输入:
sudo apt-get install --only-upgrade apt
之后在 Ubuntu 14.04 中运行此命令:
apt-cache policy apt
应该产生这些结果:
apt:
Installed: 1.0.1ubuntu2.14
Candidate: 1.0.1ubuntu2.14
如果第一个命令不起作用,则长版本是:
sudo apt-get update
sudo apt full-upgrade # in 14.04 use sudo apt-get dist-upgrade instead
sudo apt-get -f install
sudo apt-get install --only-upgrade apt
sudo do-release-upgrade
答案2
https://launchpad.net/ubuntu/+source/apt/说 1.0.1ubuntu2.13 在安全存储库中,而 1.0.1ubuntu2.14 在更新存储库中。也许你需要检查一下你的源。