I'm using BeagleBone Black with pre-built Ubuntu Precise 12.04 LTS image at http://www.armhf.com/boards/beaglebone-black/bbb-sd-install/.
Everything's fine, but I need to install some packages that require Linux Header, and I found nothing match my kernel $(uname -r)
3.14.4.1-bone-armhf.com with using apt-cache search
linux-headers-$(uname-r)
Note that my command works fine on my PC.
apt-get install linux-headers-$(uname -r)
I found the Linux Header http://s3.armhf.com/dist/bone/linux-headers-3.14.4.1-bone-armhf.com.tar.xz, also released by them, but unfortunately, I don't know how to Install Linux Header Manually, or do something useful with it.
Sorry for my bad knowledge base of Linux, please give me some helps, thank you
Best Regards