apt-get: dependências não atendidas. Tente 'apt-get -f install' sem pacotes (ou especifique uma solução)

0
root@m-laptop:/home/m/Desktop# apt-get -f install libc6
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libc6 is already the newest version.
libc6 set to manually installed.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
  virtualbox-4.1: Depends: libc6 (>= 2.11) but 2.9-4ubuntu6 is to be installed
                  Depends: libcurl3 (>= 7.16.2-1) but it is not installable
                  Depends: libpython2.7 (>= 2.7) but it is not installable
                  Depends: libqt4-network (>= 4:4.5.3) but it is not installable
                  Depends: libqt4-opengl (>= 4:4.7.2) but it is not installable
                  Depends: libqtcore4 (>= 4:4.7.0~beta1) but it is not installable
                  Depends: libqtgui4 (>= 4:4.7.0~beta1) but it is not installable
                  Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
                  Depends: libstdc++6 (>= 4.6) but 4.3.3-5ubuntu4 is to be installed
                  Depends: libxml2 (>= 2.7.4) but 2.6.32.dfsg-5ubuntu4 is to be installed
                  Recommends: libsdl-ttf2.0-0 but it is not installable
                  Recommends: dkms but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@m-laptop:/home/m/Desktop# 

Eu executei o comando anteriormente como: dpkg -i virtualbox-4.1_4.1.18-78361_Ubuntu_oneiric_i386.deb e estava tentando instalar o vbox em 9.04

    
por mohit 01.09.2012 / 20:33

1 resposta

1

Parece que você está usando o Ubuntu 9.04 "Jaunty Jackalope" (que não tem mais suporte) e você tentou instalar o pacote virtualbox-4.1 que requer pelo menos o Ubuntu 10.04.

Remova o pacote e atualize seu sistema.

    
por Florian Diesch 01.09.2012 / 20:48