Created
December 7, 2013 12:35
-
-
Save bangonkali/7840683 to your computer and use it in GitHub Desktop.
Follow these steps to install the Guest Additions on your Ubuntu virtual machine:
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
Login as ubuntu; | |
Click on Applications/System/Terminal (or on Applications/Terminal, if you are using the 6.06.1 Dapper Drake release); | |
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; | |
Install required packages with sudo apt-get install build-essential module-assistant; | |
Configure your system for building kernel modules by running sudo m-a prepare; | |
Click on Install Guest Additions… from the Devices menu, then choose to browse the content of the CD when requested. | |
Run sudo sh /media/cdrom/VBoxLinuxAdditions.run, and follow the instructions on screen. | |
Reference http://virtualboxes.org/doc/installing-guest-additions-on-ubuntu/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment