Skip to content

Instantly share code, notes, and snippets.

@nathanmoon
Created January 8, 2020 02:37
Show Gist options
  • Save nathanmoon/4fdc60fb133a88259a45265225e55db8 to your computer and use it in GitHub Desktop.
Save nathanmoon/4fdc60fb133a88259a45265225e55db8 to your computer and use it in GitHub Desktop.
Installing VirtualBox guest additions in Ubuntu
Devices -> “Insert Guest Additions CD Image”
sudo apt update
sudo apt install build-essential dkms linux-headers-$(uname -r)
sudo mkdir -p /mnt/cdrom
sudo mount /dev/cdrom /mnt/cdrom
cd /mnt/cdrom
sudo sh ./VBoxLinuxAdditions.run --nox11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment