Não é possível atualizar o Gerenciador de Pacotes devido a um erro de sintaxe

-1

Percebi que meu gerenciador de pacotes não estava atualizando e continuava dando um erro sobre repo de terceiros, então eu os desativei e tentei executar

sudo apt-get update && sudo apt-get install -f && sudo apt-get update

No entanto, parece que o pacote hplip não está me permitindo fazer isso. Eu recebo esta mensagem de erro do terminal:

(Reading database ... 253351 files and directories currently installed.)
Preparing to replace hplip-data 3.13.9-1 (using .../hplip-data_3.13.9-1ubuntu0.1_all.deb) ...
  File "/usr/bin/pyclean", line 63
except (IOError, OSError), e:
                         ^
SyntaxError: invalid syntax
dpkg: warning: subprocess old pre-removal script returned error exit status 1
dpkg: trying script from the new package instead ...
File "/usr/bin/pyclean", line 63
except (IOError, OSError), e:
                         ^
SyntaxError: invalid syntax
dpkg: error processing /var/cache/apt/archives/hplip-data_3.13.9-1ubuntu0.1_all.deb (--unpack):
subprocess new pre-removal script returned error exit status 1
Traceback (most recent call last):
File "/usr/bin/pycompile", line 35, in <module>
from debpython.version import SUPPORTED, debsorted, vrepr, \
File "/usr/share/python/debpython/version.py", line 24, in <module>
from ConfigParser import SafeConfigParser
ImportError: No module named 'ConfigParser'
dpkg: error while cleaning up:
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/hplip-data_3.13.9-1ubuntu0.1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Eu tentei deletar o pacote .deb do / var / cache / apt, mas ele ainda dá o mesmo erro. Alguma idéia?

    
por Ciaran 18.02.2014 / 00:14

1 resposta

0

Eu mudei o pyclean no meu sistema para py3clean. Isso resolveu o problema.

    
por rajendersaini 22.09.2014 / 18:51