Skip to content

Instantly share code, notes, and snippets.

@MrityunjaiKumar
Created February 24, 2017 10:03
Show Gist options
  • Save MrityunjaiKumar/ea2d1e9f5c43c1e85ac5c6b13f587106 to your computer and use it in GitHub Desktop.
Save MrityunjaiKumar/ea2d1e9f5c43c1e85ac5c6b13f587106 to your computer and use it in GitHub Desktop.
apt-get remove virtualbox -y &&
apt-get autoremove -y &&
apt-get update -y; apt-get upgrade -y; apt-get dist-upgrade -y
mkdir virtualBox
cd virtualBox
#wget http://http.us.debian.org/debian/pool/main/libp/libpng/libpng12-0_1.2.50-2+deb8u3_amd64.deb &&
#wget http://http.us.debian.org/debian/pool/main/libv/libvpx/libvpx1_1.3.0-3_amd64.deb
apt-get install libssl1.1 libvpx4 libsdl-ttf2* libpng16* -y
#wget http://download.virtualbox.org/virtualbox/5.1.14/Oracle_VM_VirtualBox_Extension_Pack-5.1.14-112924.vbox-extpack
#wget http://download.virtualbox.org/virtualbox/5.1.4/VBoxGuestAdditions_5.1.4.iso
su -c 'wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -'
su -c 'wget -q http://download.virtualbox.org/virtu..._vbox_2016.asc -O- | sudo apt-key add -'
apt-get install virtualbox virtualbox-ext-pack virtualbox-dkms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment