dpkg: erro processando o pacote libgl1-mesa-glx: i386 (--configure)

1

Oi eu encontrei com um erro no dpkg. Abaixo estão os detalhes:

$ sudo dpkg --audit | more
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
 ubuntu-emulator      Create and run emulator images of Ubuntu Touch
 ubuntu-emulator-runtime:i386 Ubuntu Touch emulator runtime

The following packages are only half configured, probably due to problems
configuring them the first time.  The configuration should be retried using
dpkg --configure <package> or the configure menu option in dselect:
 less                 pager program similar to more
 libgl1-mesa-glx:i386 free implementation of the OpenGL API -- GLX runtime

Seria ótimo se eu obtivesse a solução para esse erro.

    
por yuvarajesh valleru 19.10.2016 / 15:08

1 resposta

0

Podemos resolver esse problema executando o seguinte:

dpkg --force-depends --purge libgl1-mesa-glx

sudo apt-get -f instalar

neste ponto, apenas a unidade ainda estava "quebrada".

dpkg --force-depends - unidade de limpeza

sudo apt-get -f instalar

    
por Octávio Filipe Gonçalves 19.10.2016 / 15:27