Skip to content

Instantly share code, notes, and snippets.

@pamtrak06
Created December 16, 2017 10:49
Show Gist options
  • Save pamtrak06/c00958e79f480ba1a1947a68692f9d15 to your computer and use it in GitHub Desktop.
Save pamtrak06/c00958e79f480ba1a1947a68692f9d15 to your computer and use it in GitHub Desktop.
WARNING WIP: doesn't funtion - raspbian : install virtualbox
# Debian 9 "Stretch"
sudo apt-get install -y virtualbox
echo "deb http://download.virtualbox.org/virtualbox/debian stretch contrib" > /etc/apt/sources.list.d/virtualbox.list
wget https://www.virtualbox.org/download/oracle_vbox_2016.asc
sudo apt-key add oracle_vbox_2016.asc
sudo apt-get -o Acquire::ForceIPv4=true -y update
sudo apt-get install -y virtualbox-5.1
# TODO : fix issue
# N: Skipping acquire of configured file 'contrib/binary-armhf/Packages' as repository 'http://download.virtualbox.org/virtualbox/debian stretch InRelease' doesn't support architecture 'armhf'
@pamtrak06
Copy link
Author

no support for virtualbox on raspian today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment