Install the proprietary Closed source version of Virtualbox on Debian Lenny

I like the closed source version of virtualbox. I just do. This is how to install it quickly and simply:

add this to sources.list

deb http://download.virtualbox.org/virtualbox/debian lenny non-free

run this to get the public key and install it:

wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -

then just install it

aptitude install virtualbox-2.1

this will automatically create the group “vboxusers” and add the user who installed it to the group. If you need to add others:

sudo adduser `[username]` vboxusers

Related posts:

  1. Install Debian Lenny Nvidia Drivers using binary packages
  2. Install backupexec 12.5 agent on Debian Lenny
  3. Join Debian Lenny to Active Directory using Samba
  4. Debian eth0, eth1, eth2, in Virtualbox or VMware Virtual machines when copying
  5. Karmic install cannot login (gdm freezes) Nvidia

Leave a comment