Ce mémo a été publié le 26 juillet 2012 et peut contenir des informations qui peuvent être incomplètes, non mises à jour voir erronées du fait de son ancienneté.
N'hésitez pas à compléter votre recherche sur des articles plus récents.
Voici un mémo pour installer VirtualBox Additions sur une Ubuntu Server 12.04 64bits
Avec l’utilisateur root (sinon ajouter sudo devant chaques commandes) :
1 2 |
apt-get update apt-get install dkms build-essential linux-headers-`uname -r` |
1 2 3 |
mount /dev/cdrom /media/cdrom/ cd /media/cdrom ./VBoxLinuxAdditions.run --nox11 |
1 2 3 4 5 6 7 8 9 10 |
Verifying archive integrity... All good. Uncompressing VirtualBox 4.1.18 Guest Additions for Linux......... VirtualBox Guest Additions installer You appear to have a version of the VBoxGuestAdditions software on your system which was installed from a different source or using a different type of installer. If you installed it from a package from your Linux distribution or if it is a default part of the system then we strongly recommend that you cancel this installation and remove it properly before installing this version. If this is simply an older or a damaged installation you may safely proceed.Do you wish to continue anyway? [yes or no] |
1 |
reboot |
1 |
VBoxControl |
1 |
Oracle VM VirtualBox Guest Additions Command Line Management Interface Version 4.1.18 |