Installing VirtualBox Guest Additions on ubuntu 11.04

Posted by {"display_name" => "greg", "login" => "greg", "email" => "greg@udon.org", "url" => ""} on April 29, 2011 · 1 min read

To install the latest version of the VirtualBox Guest Additions for ubunu open a terminal and execute the following commands:

sudo apt-get update
sudo apt-get install virtualbox-ose-guest-utils

When done, restart the virtual machine.