分页: 1 / 1

[问题]怎么装不上这个软件的?

发表于 : 2007-04-09 18:10
jessinio
sudo apt-get -f install python-twisted 不行的,为什么??

jessinio@nio2host:~$ sudo apt-get -f install python-twisted
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:
bittorrent: Depends: python-psyco but it is not going to be installed
python-twisted: Depends: python-twisted-mail (>= 0.3) but it is not going to be installed
Depends: python-twisted-lore (>= 0.2) but it is not going to be installed
Depends: python-twisted-names (>= 0.3) but it is not going to be installed
Depends: python-twisted-news (>= 0.2) but it is not going to be installed
Depends: python-twisted-runner (>= 0.2) but it is not going to be installed
Depends: python-twisted-web (>= 0.6) but it is not going to be installed
Depends: python-twisted-words (>= 0.4) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

发表于 : 2007-04-09 18:15
eexpress
依赖不能满足而已。

发表于 : 2007-04-09 18:29
jessinio
那怎么装??

发表于 : 2007-04-09 19:30
BigSnake.NET
sudo aptitude install python-twisted

发表于 : 2007-04-09 19:47
jessinio
能不能说一下为什么sudo apt-get -f install python-twisted 装不了??

发表于 : 2007-04-09 19:48
BigSnake.NET

代码: 全选

       -f, --fix-broken
              Fix;  attempt  to  correct  a system with broken dependencies in
              place. This option, when used with install/remove, can omit  any
              packages  to permit APT to deduce a likely solution. Any Package
              that are specified must completely correct the problem. The  op‐
              tion is sometimes necessary when running APT for the first time;
              APT itself does not allow broken package dependencies  to  exist
              on a system. It is possible that a system’s dependency structure
              can be so corrupt as to require manual intervention (which  usu‐
              ally  means  using dselect(8) or dpkg --remove to eliminate some
              of the offending packages). Use of this option together with  -m
              may  produce  an  error  in some situations. Configuration Item:
              APT::Get::Fix-Broken.