Aptitude key error fix for VirtualBox
Fix found at the Ubuntu Forums:
#!/bin/bash wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - sudo apt-get clean sudo cd /var/lib/apt sudo mv lists lists.old sudo mkdir -p lists/partial sudo apt-get clean sudo apt-get update