Support #881
Install VirtualBox Guest Additions on Debian 8
Description
This is a simple guide on installing the VirtualBox guest additions on Debian 8 (Jessie).
Prepare the Environment¶
- Make sure the system is up to date:
sudo apt-get update && sudo apt-get upgrade
- Install a couple dependencies:
sudo apt-get install build-essential module-assistant
- Prepare the necessary kernel headers:
sudo m-a prepare
- Insert the virtual guest additions ISO image
Install VirtualBox Guest Additions¶
- Open a terminal and copy the file to the home directory:
cp /media/cdrom/VBoxLinuxAdditions.run ~ sudo ~/VBoxLinuxAdditions.run
Updated by Daniel Curtis almost 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100