VirtualBox released a maintenance version 4.0.6, which now fully supports Ubuntu11.04, that is, it can be installed and used on 11.04, and VirtualBox also provides the installation source for 11.04. In addition, this version also fixes a large number of bugs. For details, see Changlog. # Ubuntu installation: you can add a source to facilitate next upgrade. Echo "debhttp: // downlo
VirtualBox released a maintenance version 4.0.6 that now fully supports Ubuntu 11.04, that is, it can be installed and used on 11.04, and VirtualBox also provides the installation source for 11.04. In addition, this version also fixes a large number of bugs. For details, see Changlog.
# Ubuntu installation: you can add a source to facilitate next upgrade.
Echo "deb http://download.virtualbox.org/virtualbox/debian $ (lsb_release-SC) contrib" | sudo tee/etc/apt/sources. list. d/virtualbox. list
Wget-q http://download.virtualbox.org/virtualbox/debian/Oracle_vbox.asc-O-| sudo apt-key add-
Sudo apt-get update
Sudo apt-get install virtualbox-4.0
Or download the Deb installation package directly.
-Install Ubuntu 11.04 in VirtualBox and enable the Unity Environment
Download and install the VirtualBox Extension package (VirtualBox 4.0.6 Oracle VM VirtualBox Extension Pack) from the official website)
Create a new virtual machine, set the video memory size to 32 MB, and enable the 3D acceleration function
Install Ubuntu 11.04 Natty on a VM
After the installation is complete, start the virtual machine, will enter the Ubuntu Classic interface, install the virtualbox-ose-guest-x11 package through the following command
Sudo apt-get virtualbox-ose-guest-x11
Restart the Ubuntu Virtual Machine to enter the Unity environment.