Created
March 6, 2015 20:30
-
-
Save swayson/772879be20d7e0c1664b to your computer and use it in GitHub Desktop.
Installing Guest Additions on Ubuntu
This file contains 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
Follow these steps to install the Guest Additions on your Ubuntu virtual machine: | |
1. Login as ubuntu; | |
2. Click on Applications/System/Terminal (or on Applications/Terminal, if you are using the 606.1 Dapper Drake release); | |
3. Update your APT database with sudo apt-get update, and typing your password, if requested; Install the latest security updates with sudo apt-get upgrade; | |
4. Install required packages with sudo apt-get install build-essential module-assistant; | |
5. Configure your system for building kernel modules by running sudo m-a prepare; | |
6. Click on Install Guest Additions… from the Devices menu, then choose to browse the content of the CD when requested. | |
7. Run sudo 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