Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save migcosta/318e79d8efa3fd99cd15bd78a23af13a to your computer and use it in GitHub Desktop.
Save migcosta/318e79d8efa3fd99cd15bd78a23af13a to your computer and use it in GitHub Desktop.
Source
https://virtualboxes.org/doc/installing-guest-additions-on-debian/
Login as root;
Update your APT database with apt-get update;
Install the latest security updates with apt-get upgrade;
Install required packages with apt-get install build-essential module-assistant;
Configure your system for building kernel modules by running m-a prepare;
Click on Install Guest Additions… from the Devices menu, then run mount /media/cdrom.
Run sh /media/cdrom/VBoxLinuxAdditions.run, and follow the instructions on screen.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment