when I use this command:
vagrant up
I obtain this error:
[machine1] GuestAdditions versions on your host (4.3.36) and guest (5.0.10) do not match.
how can I update guest addition from ubuntu shell?
when I use this command:
vagrant up
I obtain this error:
[machine1] GuestAdditions versions on your host (4.3.36) and guest (5.0.10) do not match.
how can I update guest addition from ubuntu shell?
You need to upgrade your VBoxGuestAdditions ISO either by:
installing/upgrading the package by running:
or by downloading ISO file from this Downloads page.
Example for macOS:
where version of VBoxGuestAdditions (
5.0.10
) should match installed VirtualBox binaries.See: How to upgrade to VirtualBox Guest Additions?
Consider also upgrading your VM box by:
For Linux Ubuntu, also check this page: Setting up VirtualBox Guest Additions.
Use the vagrant vbguest plugin
Install the plugin:
Let
vagrant up
it will install the virtual box client if needed. If you want to force the installation you can runvagrant vbguest --do install