Arquivos de programas em Python que interferem em outras instalações

0

Estou tentando instalar um JDK (Java development Kit) com o propósito de programar no Scala e continuo recebendo este erro:

 dpkg: too many errors, stopping
Processing triggers for libc-bin (2.23-0ubuntu5) ...
Errors were encountered while processing:
 python-six
 python-wrapt
 python-decorator
 python-ptyprocess
 python-pexpect
 python-simplegeneric
 ipython
 python-pygments
 python-zmq
 ipython-qtconsole
 mercurial-common
 mercurial
 python-pkg-resources
 python-pyflakes
 pyflakes
 python-lazy-object-proxy
 python-logilab-common
 python-astroid
 pylint
 python-antlr
 python-apt
 python-tz
 python-babel
 python-bs4
 python-cairo
 python-chardet
 python-cvxopt
 python-cycler
 python-dateutil
 python-roman
 python-docutils
 python-egenix-mxtools
 python-egenix-mxdatetime
 python-gobject-2
 python-gtk2
 python-glade2
 python-html5lib
 python-pil:amd64
 python-imaging
 python-jdcal
 python-jedi
 python-markupsafe
 python-jinja2
 python-joblib
 python-lxml
 python-pyparsing
 python-numpy
 python-matplotlib
 python-nose
 python-numexpr
 python-openpyxl
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)

Isso apareceu no passado ao instalar outros pacotes, mas geralmente não o interrompe. Eu estou no Ubuntu 16.04.

    
por John McLaughlin 03.02.2017 / 20:39

0 respostas