Created
December 16, 2017 10:49
-
-
Save pamtrak06/c00958e79f480ba1a1947a68692f9d15 to your computer and use it in GitHub Desktop.
WARNING WIP: doesn't funtion - raspbian : install virtualbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no support for virtualbox on raspian today