Advertisement
The_KGB

Installing Virtualbox on Backtrack 5 r2

Jul 6th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. If you have backtrack installed on HDD or dualboot you can install virtualbox into Backtrack.. The commands are listed below:
  2.  
  3.  
  4.  
  5. root@bt # prepare-kernel-sources
  6.  
  7. root@bt # cd /usr/src/linux
  8.  
  9. root@bt # cp -rf include/generated/* include/linux/
  10.  
  11.  
  12.  
  13. After this is done, edit /etc/apt/sources.list as shown below and download virtualbox
  14.  
  15. root@bt # echo deb http://download.virtualbox.org/virtualbox/debian lucid contrib non-free >> /etc/apt/sources.list
  16.  
  17. root@bt # wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
  18.  
  19. root@bt # apt-get update
  20.  
  21. root@bt # apt-cache search virtualbox
  22.  
  23. root@bt # apt-get install virtualbox-%version%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement