| Line 1: |
Line 1: |
| | + | ==Install== |
| | + | Debian:<br /> |
| | + | Add this repo to /etc/apt/sources.list |
| | + | deb http://download.virtualbox.org/virtualbox/debian vivid contrib |
| | + | run to get apt-secure key: |
| | + | wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - |
| | + | Install:<br /> |
| | + | * Tip: install dkms first if not installed to add kernel updates support |
| | + | <source lang="bash"> |
| | + | sudo apt-get update |
| | + | sudo apt-catche search virtualbox |
| | + | sudo apt-get install virtualbox-(latest you see on apt-cache search) |
| | + | </source> |
| | + | * Tip: Install Oracle VM VirtualBox Extension Pack to add usb 2.0 and 3.0 support downloa here:<br /> |
| | + | https://www.virtualbox.org/wiki/Downloads |
| | ==Notas== | | ==Notas== |
| | <source lang="bash"> | | <source lang="bash"> |