Saturday, February 25, 2012

Prepare kernel sources on BT5R2

To be able to install most software to your own install of BackTrack 5 R2 that does not come from the repo's you will need to prepare the kernel sources.

This is very simple to do and will only take you a couple of minutes.

At the terminal, issue the following commands:

apt-get update
apt-get install linux-source
prepare-kernel-sources
cd /usr/src/linux
cp -rf include/generated/* include/linux/
cd /

And that's it.

Other than resolving any dependency requirements of the software you wish to install, you are now good to go.