Não é possível instalar os cabeçalhos 4.13.0-26-genéricos

0

Estou tentando instalar cabeçalhos de kernel para o 4.13.0-26, mas eles não parecem estar disponíveis (preciso deles para instalar o VMware worksation 14).

$ uname -r

4.13.0-26-generic

$ sudo apt-get install linux-headers-4.13.0-26-generic

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package linux-headers-4.13.0-26-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-4.13.0-26-generic' has no installation candidate

$ sudo apt-get install linux-headers-generic

Reading package lists... Done
Building dependency tree       
Reading state information... Done
linux-headers-generic is already the newest version (4.13.0.25.26).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
    
por SYNAX 16.01.2018 / 03:21

1 resposta

0

Demasiado muito tempo para um comentário

Meus testes são muito longos para caber em um comentário, por isso perdoe minha ruptura com a tradição de postar os resultados em uma resposta. Lembre-me mais tarde e eu vou deletar essa resposta.

Versão atual do kernel

$ uname -r
4.14.13-041413-generic

Procure pelo cabeçalho do kernel 4.13.0-26

$ apt list linux-headers-4.13.0-26-generic
Listing... Done
linux-headers-4.13.0-26-generic/xenial-updates,xenial-security 4.13.0-26.29~16.04.2 amd64

Instalar o cabeçalho do kernel 4.13.0-26

$ sudo apt install linux-headers-4.13.0-26-generic
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-gcp-tools-4.10.0-1008 linux-gcp-tools-4.10.0-1009 linux-headers-4.10.0-38
  linux-headers-4.10.0-38-generic linux-headers-4.10.0-40
  linux-headers-4.10.0-40-generic linux-headers-4.4.0-101
  linux-headers-4.4.0-101-generic linux-headers-4.4.0-103
  linux-headers-4.4.0-103-generic linux-headers-4.4.0-98 linux-headers-4.4.0-98-generic
  linux-image-4.10.0-38-generic linux-image-4.10.0-40-generic
  linux-image-4.4.0-101-generic linux-image-4.4.0-103-generic
  linux-image-4.4.0-98-generic linux-image-extra-4.10.0-38-generic
  linux-image-extra-4.10.0-40-generic linux-image-extra-4.4.0-101-generic
  linux-image-extra-4.4.0-103-generic linux-image-extra-4.4.0-98-generic
  linux-signed-image-4.10.0-38-generic linux-signed-image-4.10.0-40-generic
  linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  linux-headers-4.13.0-26
The following NEW packages will be installed:
  linux-headers-4.13.0-26 linux-headers-4.13.0-26-generic
0 upgraded, 2 newly installed, 0 to remove and 34 not upgraded.
Need to get 11.4 MB of archives.
After this operation, 83.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.

Resumo

No meu sistema, pelo menos, não parece haver um problema com a instalação dos cabeçalhos do 4.13.0-26 Linux. No entanto, tem havido muitos problemas relatados com versão do kernel do Ubuntu LTS 4.13.0-26 .

    
por WinEunuuchs2Unix 16.01.2018 / 04:28