I am trying to execute this command:
$ 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
===
If I run:
$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
It seems that I have a discrepancy at my Linux installation. Due to this I am not able to run virtualbox and vmware.
seems to experienced similar problem to me. I have made the upgrade but I choose to install on top of my existing Linux installation in order to keep my files and installed programs if possible. Unfortunately I see the error messages as before but simply with newer kernel numbers. $ sudo apt-get install build-essential linux-headers-$(uname -r) E: Unable to locate package linux-headers-3.16.0-031600-lowlatency E: Couldn't find any package by regex 'linux-headers-3.16.0-031600-lowlatency'
– linux-user Nov 02 '14 at 00:31