erro de dependência quando executar o apt-get -f install no debian squeeze

1

Não consigo instalar ou remover pacotes no Debian. Quando digito apt-get -f install para corrigir o problema, recebo este erro:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
 libgmp3c2 libpython2.6 libssl-dev python-gnupginterface python2.6-dev zlib1g-dev
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
    python-pkg-resources python-setuptools
    Suggested packages:
  python-distribute-doc
The following packages will be upgraded:
  python-pkg-resources python-setuptools
2 upgraded, 0 newly installed, 0 to remove and 190 not upgraded.
1 not fully installed or removed.
Need to get 0 B/323 kB of archives.
After this operation, 989 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Reading changelogs... Done
dpkg: error processing /var/cache/apt/archives/python-setuptools_3.4.1-1_all.deb (--unpack):
 parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 6 package 'python-setuptools':
'Depends' field, invalid package name 'python:any': character ':' not allowed (only letters, digits and characters '-+._')
dpkg: error processing /var/cache/apt/archives/python-pkg-resources_3.4.1-1_all.deb (--unpack):
 parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 7 package 'python-pkg-resources':
 'Depends' field, invalid package name 'python:any': character ':' not  allowed (only letters, digits and characters '-+._')
Errors were encountered while processing:
 /var/cache/apt/archives/python-setuptools_3.4.1-1_all.deb
 /var/cache/apt/archives/python-pkg-resources_3.4.1-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Eu pesquisei muito, mas não consigo resolver esse problema.

    
por mojibuntu 10.04.2014 / 19:35

2 respostas

1

Eu enfrentei o mesmo problema até atualizar os três seguintes pacotes para a mesma versão: dpkg , dpkg-dev , libdpkg-perl

Antes disso, eu tinha uma mistura da versão 1.15 e 1.16. Eu atualizei todos os 3 pacotes para 1.17.

    
por 14.05.2014 / 00:40
-1

Já tentou correr?

apt-get clean

Clears out the local repository of retrieved package files. It removes everything but the lock file from /var/cache/apt/archives/ and /var/cache/apt/archives/partial/.

    
por 12.04.2014 / 21:55