Virtualbox » Historique » Révision 2
Révision 1 (pizzacoca, 10/06/2019 16:51) → Révision 2/3 (pizzacoca, 12/06/2019 00:40)
# Virtualbox **Installation** Une fois le systeme a jour avec les dépots backports et contrib : ~~~ apt install -t stretch-backports virtualbox-qt ~~~ **Ajout d'un utilisateur** ~~~ sudo usermod -a -G vboxusers nomutilisateur ~~~ **Pb de paquets** ~~~ sudo apt-get install -t stretch-backports virtualbox-dkms ~~~ **Probleme rencontré** > `WARNING: The character device /dev/vboxdrv does not exist. Please install the virtualbox-dkms package and the appropriate headers, most likely linux-headers-amd64. You will not be able to start VMs until this problem is fixed.` Non résolu ~~~ sudo apt-get install -t stretch-backports linux-headers-amd64 ~~~ Donne : > `linux-headers-amd64 is already the newest version (4.19+105~bpo9+1).`