Install virtualbox in backtrack 5
Step By Step


1. Open terminals and type commands follows :
root@bt # prepare-kernel-sources
root@bt # cd /usr/src/linux
root@bt # cp -rf include/generated/* include/linux/



2. 
Having finished edit file source list with the following: 
root@bt # echo deb http://download.virtualbox.org/virtualbox/debian   lucid  contrib non-free >> /etc/apt/sources.list



3. Then download virtualbox with the following:
root@bt # wget -q http:// download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -


4. Install by order and updates the following: 
root@bt # apt-get update 
root@bt # apt-cache search virtualbox 
root@bt # apt-get install virtualbox-4.0

Finished may be beneficial

0 comments:

Post a Comment