Não consigo instalar o i386 no ubuntu 14.04.3

0

Eu tenho os mesmos problemas com o Trusty.

Posso receber os comandos para resolver meu problema?

Não consigo instalar o Skype, o vinho e todo o software com 386 bibliotecas. (Sempre problemas de dependência).

Sinto muito pelo meu inglês, sou iniciante nesse idioma.

Por exemplo, para instalação de vinhos:

bruno@bruno:~$
 sudo apt-get install wine
[sudo] password for bruno:



Reading Package Lists... Done Building Dependency Tree reading of
 information of state... Fact Some packages can not be installed. 
This may mean that you have asked the impossible, or, if you use the
 unstable distribution, that some packages have not yet been created 
or are not out of Incoming. 
The following information should help you to resolve the situation:

The following packages contain dependencies not satisfied: 
wine: Depends: wine1.6 but will not be installed 
E: impossible to correct the problems, bad packets are in mode 
"keep in the State".

E para o Skype:

bruno@bruno:~$ 

sudo apt-get build-dep -a i386 skype
Reading Package Lists... Done Building Dependency Tree
reading of information of state... Done 
The following packages contain dependencies not met:
libqtwebkit-dev:i386: Depends: libqtwebkit4:i386 (= 2.3.2-0Ubuntu7) but
 will not be installed 
E: to build dependencies for Skype can not be met.
    
por Bruno Lewillon 09.01.2016 / 22:37

1 resposta

0

Eu tentei com o aptitude e tenho isso:

...The following packages have nonsatisfied dependences: libcgmanager0: Breakage: libcgmanager0: i386 (! = 0.39-2ubuntu2~ubuntu14.04.1) but 0.24-0ubuntu7.5 must be installed. libcgmanager0: i386: Breakage: libcgmanager0 (! = 0.24-0ubuntu7.5) but 0.39-2ubuntu2~ubuntu14.04.1 is installed. The following actions will make it possible to solve these dependences: To preserve the following packages in their current version: 1) libcgmanager0: i386 [Not installed] 2) libgl1-mesa-glx-lts-vivid: i386 [Not installed] 3) libqt4-opengl: i386 [Not installed] 4) libqtwebkit4: i386 [Not installed] 5) libudev1: i386 [Not installed] 6) skype [Not installed]

Então, eu fiz:

bruno @ bruno: ~ $ sudo aptitude libcgmanager0

installation: i386 E: Impossible to obtain the /var/lib/dpkg/lock bolt - open (11: Resource temporarily nonavailable) E: Impossible to lock the repertoire of administration (/var/lib/dpkg/). It is possible that another process uses it. W: Impossible to lock the file hides: that is in general due to a simultaneous installation of packages with dpkg or another tool like APT. Opening in reading mode alone: NONE the modifications of the state of the packages which you will be able to make will be preserved. E: Impossible to obtain the /var/lib/dpkg/lock bolt - open (11: Resource temporarily nonavailable) E: Impossible to lock the repertoire of administration (/var/lib/dpkg/). It is possible that another process uses it.

    
por Bruno Lewillon 11.01.2016 / 02:13