Não é possível instalar nada

0

Eu me pergunto se alguém pode me ajudar,

quando tento instalar ou remover um pacote, este é o erro que recebo

dpkg: error processing package libdrm-nouveau2:i386 (--configure):
 package is in a very bad inconsistent state; you should
 reinstall it before attempting configuration
dpkg: dependency problems prevent configuration of libgl1-mesa-dri:i386:
 libgl1-mesa-dri:i386 depends on libdrm-nouveau2 (>= 2.4.38); however:
  Package libdrm-nouveau2:i386 is not configured yet.

dpkg: error processing package libgl1-mesa-dri:i386 (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                          E: Sub-process /usr/bin/dpkg returned an error code (1)

Quando eu tento remover o pacote, recebo este erro:

sudo apt-get remove libdrm-nouveau2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 account-plugin-facebook : Depends: libaccount-plugin-generic-oauth but it is not going to be installed or
                                    ubuntu-system-settings-online-accounts but it is not going to be installed
 indicator-bluetooth : Depends: unity-control-center but it is not going to be installed or
                                gnome-control-center but it is not going to be installed or
                                ubuntu-system-settings but it is not going to be installed
 indicator-network : Depends: unity8 (>= 7.82) but it is not going to be installed
 libegl1-mesa : Depends: libgbm1 (>= 7.11~1) but it is not going to be installed
                Recommends: libegl1-mesa-drivers
 libmirserver18 : Depends: libmirplatformgraphics-mesa (= 0.1.8+14.04.20140411-0ubuntu1) but it is not going to be installed or
                           libmirplatformgraphics-android (= 0.1.8+14.04.20140411-0ubuntu1) but it is not going to be installed
 libqt5gui5 : Depends: libgbm1 (>= 8.1~0) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
    
por Antonio Pisapia 24.05.2015 / 19:38

1 resposta

1

De acordo com a Wiki Help da comunidade do Ubuntu, tente executar:

sudo apt-get -f install

De página de ajuda ,

% bl0ck_qu0te%

Então, se você ainda tiver problemas, execute sudo apt-get check e informe novamente.

    
por daltonfury42 24.05.2015 / 20:10