Skip to content

Instantly share code, notes, and snippets.

@abhijit86k
Created March 15, 2021 10:31
Show Gist options
  • Save abhijit86k/6ac0865bd3432943db08ba7c802ac954 to your computer and use it in GitHub Desktop.
Save abhijit86k/6ac0865bd3432943db08ba7c802ac954 to your computer and use it in GitHub Desktop.
Abhijit86k: Workflows 1: VirtualBox Installation
#Commands referenced in my VirtualBox Installation walkthrough video
sudo apt-get update
sudo apt-get dist-upgrade --assume-yes
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O - | sudo apt-key add -
echo "deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian focal contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list
sudo apt-get install linux-headers-$(uname -r) dkms
sudo apt-get install virtualbox-6.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment