This Tip Show Step-by-Step How-to Add the Virtualbox Repo on Linux Debian 6 Squeeze.
- Open a Terminal Window
- Edit sources.list File:
nano /etc/apt/sources.list
- Inserts:
deb http://download.virtualbox.org/virtualbox/debian squeeze contrib non-free
Ctrl+x to Save & Exit
- Add the Oracle Public Key:
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
- Update apt-get:
apt-get update