【发布时间】:2015-07-04 09:19:31
【问题描述】:
我想在我的 Debian Wheezy 上安装 Python 2.7.9,我已经从 Debian 站点下载了 .deb 文件。不幸的是,现在我显然已经造成了一个错误,这是我在 apt-get 升级后得到的:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
libpython2.7 : Depends: python2.7 (= 2.7.3-6+deb7u2) but 2.7.9-2 is installed
python2.7 : Depends: python2.7-minimal (= 2.7.9-2) but 2.7.3-6+deb7u2 is installed
Depends: libpython2.7-stdlib (= 2.7.9-2) but it is not installable
python2.7-dev : Depends: python2.7 (= 2.7.3-6+deb7u2) but 2.7.9-2 is installed
E: Unmet dependencies. Try using -f.
如果我尝试使用'apt-get -f install',它会要求我从我的操作系统中删除超过 2GB 的空间,我不希望这样做。有什么想法吗?
【问题讨论】:
-
你包含了两次文本?