Skip to content

Instantly share code, notes, and snippets.

@nazrdogan
Created December 12, 2013 19:28
Show Gist options
  • Save nazrdogan/7933922 to your computer and use it in GitHub Desktop.
Save nazrdogan/7933922 to your computer and use it in GitHub Desktop.
ubuntu virtualbox yükleme
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" >> /etc/apt/sources.list'
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-4.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment