Discrepância no kernel Linux 3.11 e 14.04 impedindo-me de usar o Virtualbox

0

Estou tentando executar este comando:

$ sudo apt-get install build-essential linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package linux-headers-3.11.0-15-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'linux-headers-3.11.0-15-generic' has no installation candidate

===

Se eu correr:

$uname -asr
3.11.0-15-generic #25-Ubuntu SMP Thu Jan 30 17:22:01 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.1 LTS
Release:    14.04
Codename:   trusty

Parece que tenho uma discrepância na minha instalação do Linux. Devido a isso eu não sou capaz de executar o VirtualBox e VMware.

    
por linux-user 26.10.2014 / 17:31

1 resposta

1

No final, consertei isso baixando e instalando manualmente os cabeçalhos da versão do kernel que uname -r me deu. Eu usei estas instruções do ubuntuhandbook.org .

Então eu reiniciei e escolhi opções avançadas para mudar para o kernel correto (de lowlatency para generic).

Por fim, consegui instalar e usar a caixa virtual corretamente.

    
por linux-user 02.11.2014 / 02:23