Created
July 16, 2018 11:02
-
-
Save migcosta/318e79d8efa3fd99cd15bd78a23af13a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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